summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2024-02-02 20:41:18 +0000
committerKhem Raj <raj.khem@gmail.com>2024-02-02 23:25:31 -0800
commit6e2770abe8c758fea8edc7c9bab2fd2d7bbc6fdf (patch)
tree3c9d72671c8ff1943f56877e48f627b8ea55c030 /meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb
parentf134622986107b7da05e62553b60fe5d9fb9a5ca (diff)
downloadmeta-openembedded-6e2770abe8c758fea8edc7c9bab2fd2d7bbc6fdf.tar.gz
python3-dnspython: update to version 2.5.0
Update inherits to use hatchling Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb
new file mode 100644
index 0000000000..6b7212b9b5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb
@@ -0,0 +1,35 @@
1DESCRIPTION = "DNS toolkit for Python"
2HOMEPAGE = "http://www.dnspython.org/"
3LICENSE = "ISC"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
5
6SRC_URI[sha256sum] = "a0034815a59ba9ae888946be7ccca8f7c157b286f8455b379c692efb51022a15"
7
8inherit pypi python_hatchling 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"