summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-03-16 16:36:19 +0800
committertgamblin <trevor.gamblin@windriver.com>2022-03-17 08:54:17 -0400
commit93c65ca715529e54c91565a5c7cec09429dfd444 (patch)
treef6a93bc939b8f4cd59481083ce757e13d14092f2 /meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb
parent82330ddf02e0f4f63c4bad872f7ee5cb142d5dd2 (diff)
downloadmeta-openembedded-93c65ca715529e54c91565a5c7cec09429dfd444.tar.gz
python3-dnspython: upgrade 2.2.0 -> 2.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb
deleted file mode 100644
index eb8269e4f5..0000000000
--- a/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb
+++ /dev/null
@@ -1,35 +0,0 @@
1DESCRIPTION = "DNS toolkit for Python"
2HOMEPAGE = "http://www.dnspython.org/"
3LICENSE = "ISC"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
5
6SRC_URI[sha256sum] = "e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6"
7
8inherit pypi python_poetry_core ptest
9
10SRC_URI += " \
11 file://run-ptest \
12"
13
14RDEPENDS:${PN}-ptest += " \
15 ${PYTHON_PN}-pytest \
16"
17
18do_install_ptest() {
19 install -d ${D}${PTEST_PATH}/tests
20 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
21}
22
23DEPENDS += "\
24 ${PYTHON_PN}-wheel-native \
25 ${PYTHON_PN}-setuptools-scm-native \
26"
27
28RDEPENDS:${PN} += " \
29 ${PYTHON_PN}-crypt \
30 ${PYTHON_PN}-io \
31 ${PYTHON_PN}-math \
32 ${PYTHON_PN}-netclient \
33 ${PYTHON_PN}-numbers \
34 ${PYTHON_PN}-threading \
35"