summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-gitdb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-gitdb.inc')
-rw-r--r--meta/recipes-devtools/python/python-gitdb.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-devtools/python/python-gitdb.inc b/meta/recipes-devtools/python/python-gitdb.inc
deleted file mode 100644
index 618d85ff8d..0000000000
--- a/meta/recipes-devtools/python/python-gitdb.inc
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "A pure-Python git object database"
2HOMEPAGE = "http://github.com/gitpython-developers/gitdb"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=59e5ecb13339a936eedf83282eaf4528"
6
7inherit pypi
8
9PYPI_PACKAGE = "gitdb"
10
11SRC_URI[sha256sum] = "c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9"
12
13DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap"
14
15RDEPENDS_${PN} += "${PYTHON_PN}-async \
16 ${PYTHON_PN}-compression \
17 ${PYTHON_PN}-crypt \
18 ${PYTHON_PN}-io \
19 ${PYTHON_PN}-mmap \
20 ${PYTHON_PN}-shell \
21 ${PYTHON_PN}-smmap \
22"
23BBCLASSEXTEND = "native nativesdk"