diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pint.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pint.inc b/meta-python/recipes-devtools/python/python-pint.inc index 5c34810080..d022c41a57 100644 --- a/meta-python/recipes-devtools/python/python-pint.inc +++ b/meta-python/recipes-devtools/python/python-pint.inc | |||
@@ -20,6 +20,11 @@ SRC_URI += " \ | |||
20 | file://run-ptest \ | 20 | file://run-ptest \ |
21 | " | 21 | " |
22 | 22 | ||
23 | RDEPENDS_${PN} += " \ | ||
24 | ${PYTHON_PN}-setuptools \ | ||
25 | ${PYTHON_PN}-packaging \ | ||
26 | " | ||
27 | |||
23 | RDEPENDS_${PN}-ptest += " \ | 28 | RDEPENDS_${PN}-ptest += " \ |
24 | ${PYTHON_PN}-pytest \ | 29 | ${PYTHON_PN}-pytest \ |
25 | " | 30 | " |