diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-01 15:41:41 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-01 08:46:48 -0700 |
| commit | 2a5f5aeac97abdf068874e9c2ebf5f8141a84d72 (patch) | |
| tree | 2e87fd98ebd8b5bb347f7ba4bed9d6fc5d15428e /meta-python/recipes-devtools/python/python3-dnspython_2.4.1.bb | |
| parent | f1b443bc78a08486ffaf147bbde59e8ccf6cae52 (diff) | |
| download | meta-openembedded-2a5f5aeac97abdf068874e9c2ebf5f8141a84d72.tar.gz | |
python3-dnspython: upgrade 2.4.0 -> 2.4.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dnspython_2.4.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dnspython_2.4.1.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.4.1.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.4.1.bb new file mode 100644 index 0000000000..6233527dc0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dnspython_2.4.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] = "c33971c79af5be968bb897e95c2448e11a645ee84d93b265ce0b7aabe5dfdca8" | ||
| 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 | " | ||
