mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
(From OE-Core rev: bbb9d20bc9ddff05c1eccf47923d1b4b4448ab5e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
756 B
PHP
24 lines
756 B
PHP
SUMMARY = "A pure-Python git object database"
|
|
HOMEPAGE = "http://github.com/gitpython-developers/gitdb"
|
|
SECTION = "devel/python"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=59e5ecb13339a936eedf83282eaf4528"
|
|
|
|
inherit pypi
|
|
|
|
PYPI_PACKAGE = "gitdb"
|
|
|
|
SRC_URI[sha256sum] = "c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9"
|
|
|
|
DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap"
|
|
|
|
RDEPENDS_${PN} += "${PYTHON_PN}-async \
|
|
${PYTHON_PN}-compression \
|
|
${PYTHON_PN}-crypt \
|
|
${PYTHON_PN}-io \
|
|
${PYTHON_PN}-mmap \
|
|
${PYTHON_PN}-shell \
|
|
${PYTHON_PN}-smmap \
|
|
"
|
|
BBCLASSEXTEND = "native nativesdk"
|