summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-gitdb_2.0.3.bb
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2017-12-22 18:59:47 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-02 17:24:15 +0000
commitdc2ddbf8cb825e577a2a35d96a1a2fa9042b74f8 (patch)
tree2873ae7f595a64c1405d5b6d4310f84e8b195d56 /meta/recipes-devtools/python/python3-gitdb_2.0.3.bb
parent3d63452d8d8d8dc61cd26b7759b5c0d235d70451 (diff)
downloadopenembedded-core-dc2ddbf8cb825e577a2a35d96a1a2fa9042b74f8.tar.gz
python-gitdb: upgrade to v2.0.3
* Change PYPI_PACKAGE to gitdb2 to reflect upstream change * Now inherits setuptools rather than distutils Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-gitdb_2.0.3.bb')
-rw-r--r--meta/recipes-devtools/python/python3-gitdb_2.0.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-gitdb_2.0.3.bb b/meta/recipes-devtools/python/python3-gitdb_2.0.3.bb
new file mode 100644
index 0000000000..fe158327cb
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-gitdb_2.0.3.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-gitdb.inc