diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb index fa5b3a522a..2720f3ed9f 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb | |||
@@ -8,29 +8,29 @@ SRC_URI[sha256sum] = "45460d12ed2a5caf272a357a3360b36d1e346f17afe1425b66fc21d70f | |||
8 | inherit setuptools3 pypi ptest | 8 | inherit setuptools3 pypi ptest |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-ctypes \ | 11 | python3-ctypes \ |
12 | ${PYTHON_PN}-distutils \ | 12 | python3-distutils \ |
13 | ${PYTHON_PN}-io \ | 13 | python3-io \ |
14 | ${PYTHON_PN}-json \ | 14 | python3-json \ |
15 | ${PYTHON_PN}-logging \ | 15 | python3-logging \ |
16 | ${PYTHON_PN}-multiprocessing \ | 16 | python3-multiprocessing \ |
17 | ${PYTHON_PN}-pickle \ | 17 | python3-pickle \ |
18 | ${PYTHON_PN}-pkgutil \ | 18 | python3-pkgutil \ |
19 | ${PYTHON_PN}-pprint \ | 19 | python3-pprint \ |
20 | ${PYTHON_PN}-shell \ | 20 | python3-shell \ |
21 | ${PYTHON_PN}-unixadmin \ | 21 | python3-unixadmin \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI += " \ | 24 | SRC_URI += " \ |
25 | file://run-ptest \ | 25 | file://run-ptest \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RDEPENDS:${PN}-ptest += " \ | 28 | RDEPENDS:${PN}-ptest += " \ |
29 | ${PYTHON_PN}-pytest \ | 29 | python3-pytest \ |
30 | ${PYTHON_PN}-fcntl \ | 30 | python3-fcntl \ |
31 | " | 31 | " |
32 | 32 | ||
33 | do_install_ptest() { | 33 | do_install_ptest() { |
34 | install -d ${D}${PTEST_PATH}/tests | 34 | install -d ${D}${PTEST_PATH}/tests |
35 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 35 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
36 | } | 36 | } |