diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb b/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb index 8b486d26ff..256b38a135 100644 --- a/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb | |||
@@ -6,6 +6,10 @@ SRC_URI[sha256sum] = "5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9e | |||
6 | 6 | ||
7 | inherit pypi python_setuptools_build_meta ptest-python-pytest | 7 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
8 | 8 | ||
9 | RDEPENDS:${PN} += " \ | ||
10 | python3-pprint \ | ||
11 | " | ||
12 | |||
9 | do_install_ptest:append () { | 13 | do_install_ptest:append () { |
10 | install -d ${D}${PTEST_PATH}/tests | 14 | install -d ${D}${PTEST_PATH}/tests |
11 | cp -rf ${S}/netaddr/tests/* ${D}${PTEST_PATH}/tests/ | 15 | cp -rf ${S}/netaddr/tests/* ${D}${PTEST_PATH}/tests/ |