diff options
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.bb | 19 |
1 files changed, 10 insertions, 9 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 index 6b7212b9b5..c5c8d42e2d 100644 --- a/meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb | |||
@@ -12,7 +12,8 @@ SRC_URI += " \ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS:${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | python3-pytest \ |
16 | python3-unittest-automake-output \ | ||
16 | " | 17 | " |
17 | 18 | ||
18 | do_install_ptest() { | 19 | do_install_ptest() { |
@@ -21,15 +22,15 @@ do_install_ptest() { | |||
21 | } | 22 | } |
22 | 23 | ||
23 | DEPENDS += "\ | 24 | DEPENDS += "\ |
24 | ${PYTHON_PN}-wheel-native \ | 25 | python3-wheel-native \ |
25 | ${PYTHON_PN}-setuptools-scm-native \ | 26 | python3-setuptools-scm-native \ |
26 | " | 27 | " |
27 | 28 | ||
28 | RDEPENDS:${PN} += " \ | 29 | RDEPENDS:${PN} += " \ |
29 | ${PYTHON_PN}-crypt \ | 30 | python3-crypt \ |
30 | ${PYTHON_PN}-io \ | 31 | python3-io \ |
31 | ${PYTHON_PN}-math \ | 32 | python3-math \ |
32 | ${PYTHON_PN}-netclient \ | 33 | python3-netclient \ |
33 | ${PYTHON_PN}-numbers \ | 34 | python3-numbers \ |
34 | ${PYTHON_PN}-threading \ | 35 | python3-threading \ |
35 | " | 36 | " |