python3-pint: add setuptools and packaging to RDEPENDS

Signed-off-by: Ryan Rowe <rrowe@xevo.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ryan Rowe
2020-07-16 16:18:39 -07:00
committed by Khem Raj
parent 9cf730f222
commit cfa7869173

View File

@@ -21,6 +21,11 @@ SRC_URI += " \
file://run-ptest \
"
RDEPENDS_${PN} += " \
${PYTHON_PN}-setuptools \
${PYTHON_PN}-packaging \
"
RDEPENDS_${PN}-ptest += " \
${PYTHON_PN}-pytest \
"