summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb)9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb
index 5466b40614..ee670af824 100644
--- a/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb
@@ -3,9 +3,7 @@ HOMEPAGE = "http://www.dnspython.org/"
3LICENSE = "ISC" 3LICENSE = "ISC"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
5 5
6SRC_URI[sha256sum] = "e4a87f0b573201a0f3727fa18a516b055fd1107e0e5477cded4a2de497df1dd4" 6SRC_URI[sha256sum] = "e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6"
7
8PYPI_PACKAGE_EXT = "zip"
9 7
10inherit pypi setuptools3 ptest 8inherit pypi setuptools3 ptest
11 9
@@ -22,6 +20,11 @@ do_install_ptest() {
22 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ 20 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
23} 21}
24 22
23DEPENDS += "\
24 ${PYTHON_PN}-wheel-native \
25 ${PYTHON_PN}-setuptools-scm-native \
26"
27
25RDEPENDS:${PN} += " \ 28RDEPENDS:${PN} += " \
26 ${PYTHON_PN}-crypt \ 29 ${PYTHON_PN}-crypt \
27 ${PYTHON_PN}-io \ 30 ${PYTHON_PN}-io \