diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb (renamed from meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb b/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb index ff0a91c6f6..cc441af0b8 100644 --- a/meta-python/recipes-devtools/python/python3-gnupg_0.4.6.bb +++ b/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb | |||
@@ -4,8 +4,11 @@ LICENSE = "BSD" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b0b7ac63b60085b23fa9f7e1951daa1d" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b0b7ac63b60085b23fa9f7e1951daa1d" |
5 | 5 | ||
6 | PYPI_PACKAGE = "python-gnupg" | 6 | PYPI_PACKAGE = "python-gnupg" |
7 | SRC_URI[sha256sum] = "3aa0884b3bd414652c2385b9df39e7b87272c2eca1b8fcc3089bc9e58652019a" | 7 | SRC_URI[sha256sum] = "2061f56b1942c29b92727bf9aecbd3cea3893acc9cccbdc7eb4604285efe4ac7" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "gnupg-gpg" | 11 | RDEPENDS_${PN} += " \ |
12 | gnupg-gpg \ | ||
13 | python3-logging \ | ||
14 | " | ||