diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-gitdb.inc')
| -rw-r--r-- | meta/recipes-devtools/python/python-gitdb.inc | 23 |
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 d92d6453d8..0000000000 --- a/meta/recipes-devtools/python/python-gitdb.inc +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "A pure-Python git object database" | ||
| 2 | HOMEPAGE = "http://github.com/gitpython-developers/gitdb" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=59e5ecb13339a936eedf83282eaf4528" | ||
| 6 | |||
| 7 | inherit pypi | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "gitdb" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a" | ||
| 12 | |||
| 13 | DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" | ||
| 14 | |||
| 15 | RDEPENDS:${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 | " | ||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
