mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
(From OE-Core rev: 50b87d78a3c1193315ccf7cd08f31a99a6950f56) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
810 B
PHP
25 lines
810 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 = "gitdb2"
|
|
|
|
SRC_URI[md5sum] = "94e59e5fb00960541f6e137b1456ab0a"
|
|
SRC_URI[sha256sum] = "83361131a1836661a155172932a13c08bda2db3674e4caa32368aa6eb02f38c2"
|
|
|
|
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"
|