diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-04-30 11:58:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-03 15:41:40 +0100 |
commit | db07280a757531af0a3fbcb3e7b6edf94af26288 (patch) | |
tree | 391301c6effd65d5b19bcc6ba9661f3a80401910 /meta/recipes-devtools | |
parent | 6325198763689c925201c6606e35e0d11b8fab75 (diff) | |
download | poky-db07280a757531af0a3fbcb3e7b6edf94af26288.tar.gz |
python3-gitdb: update to 4.0.4
License-Update: text reformatting
(From OE-Core rev: 0bba7e2ee81dc2a143d1a29395289a94ac31a672)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-gitdb.inc | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-gitdb_4.0.4.bb (renamed from meta/recipes-devtools/python/python3-gitdb_2.0.6.bb) | 0 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python-gitdb.inc b/meta/recipes-devtools/python/python-gitdb.inc index 23ec2986b1..a91bb32c3b 100644 --- a/meta/recipes-devtools/python/python-gitdb.inc +++ b/meta/recipes-devtools/python/python-gitdb.inc | |||
@@ -6,10 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=59e5ecb13339a936eedf83282eaf4528" | |||
6 | 6 | ||
7 | inherit pypi | 7 | inherit pypi |
8 | 8 | ||
9 | PYPI_PACKAGE = "gitdb2" | 9 | PYPI_PACKAGE = "gitdb" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "1a7ea3362e405f8a5634f7ee53636094" | 11 | SRC_URI[sha256sum] = "6f0ecd46f99bb4874e5678d628c3a198e2b4ef38daea2756a2bfd8df7dd5c1a5" |
12 | SRC_URI[sha256sum] = "1b6df1433567a51a4a9c1a5a0de977aa351a405cc56d7d35f3388bad1f630350" | ||
13 | 12 | ||
14 | DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" | 13 | DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" |
15 | 14 | ||
diff --git a/meta/recipes-devtools/python/python3-gitdb_2.0.6.bb b/meta/recipes-devtools/python/python3-gitdb_4.0.4.bb index 2dcd9c8aff..2dcd9c8aff 100644 --- a/meta/recipes-devtools/python/python3-gitdb_2.0.6.bb +++ b/meta/recipes-devtools/python/python3-gitdb_4.0.4.bb | |||