diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-03-16 16:36:19 +0800 |
|---|---|---|
| committer | tgamblin <trevor.gamblin@windriver.com> | 2022-03-17 08:54:17 -0400 |
| commit | 93c65ca715529e54c91565a5c7cec09429dfd444 (patch) | |
| tree | f6a93bc939b8f4cd59481083ce757e13d14092f2 /meta-python/recipes-devtools/python/python3-dnspython_2.2.1.bb | |
| parent | 82330ddf02e0f4f63c4bad872f7ee5cb142d5dd2 (diff) | |
| download | meta-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.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dnspython_2.2.1.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.2.1.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.2.1.bb new file mode 100644 index 0000000000..67158fbdad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dnspython_2.2.1.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | DESCRIPTION = "DNS toolkit for Python" | ||
| 2 | HOMEPAGE = "http://www.dnspython.org/" | ||
| 3 | LICENSE = "ISC" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e" | ||
| 7 | |||
| 8 | inherit pypi python_poetry_core ptest | ||
| 9 | |||
| 10 | SRC_URI += " \ | ||
| 11 | file://run-ptest \ | ||
| 12 | " | ||
| 13 | |||
| 14 | RDEPENDS:${PN}-ptest += " \ | ||
| 15 | ${PYTHON_PN}-pytest \ | ||
| 16 | " | ||
| 17 | |||
| 18 | do_install_ptest() { | ||
| 19 | install -d ${D}${PTEST_PATH}/tests | ||
| 20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 21 | } | ||
| 22 | |||
| 23 | DEPENDS += "\ | ||
| 24 | ${PYTHON_PN}-wheel-native \ | ||
| 25 | ${PYTHON_PN}-setuptools-scm-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS:${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 | " | ||
