diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pint_0.14.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pint_0.14.bb b/meta-python/recipes-devtools/python/python3-pint_0.14.bb index 8e16304768..333b015a96 100644 --- a/meta-python/recipes-devtools/python/python3-pint_0.14.bb +++ b/meta-python/recipes-devtools/python/python3-pint_0.14.bb | |||
@@ -21,6 +21,11 @@ SRC_URI += " \ | |||
21 | file://run-ptest \ | 21 | file://run-ptest \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RDEPENDS_${PN} += " \ | ||
25 | ${PYTHON_PN}-setuptools \ | ||
26 | ${PYTHON_PN}-packaging \ | ||
27 | " | ||
28 | |||
24 | RDEPENDS_${PN}-ptest += " \ | 29 | RDEPENDS_${PN}-ptest += " \ |
25 | ${PYTHON_PN}-pytest \ | 30 | ${PYTHON_PN}-pytest \ |
26 | " | 31 | " |