diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-gitdb_4.0.10.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-gitdb_4.0.10.bb | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-gitdb_4.0.10.bb b/meta/recipes-devtools/python/python3-gitdb_4.0.10.bb index 2dcd9c8aff..3a430c30f0 100644 --- a/meta/recipes-devtools/python/python3-gitdb_4.0.10.bb +++ b/meta/recipes-devtools/python/python3-gitdb_4.0.10.bb | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | inherit setuptools3 | 1 | SUMMARY = "A pure-Python git object database" |
| 2 | require python-gitdb.inc | 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" | ||
| 3 | 6 | ||
| 7 | DEPENDS = "python3-smmap" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "gitdb" | ||
| 12 | |||
| 13 | SRC_URI[sha256sum] = "6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "python3-compression \ | ||
| 16 | python3-crypt \ | ||
| 17 | python3-io \ | ||
| 18 | python3-mmap \ | ||
| 19 | python3-shell \ | ||
| 20 | python3-smmap \ | ||
| 21 | " | ||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
