aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Rowe <rrowe@xevo.com>2020-07-16 16:18:39 -0700
committerArmin Kuster <akuster808@gmail.com>2020-07-30 21:16:19 -0700
commitf1dc6e6f5dab205d20073ee6c10b406b304784fa (patch)
treea6f31315a849e322db97db38c183f6e9adecf005
parent135307cf51ba010dfcdbaeb8ddd08af5be9a65e6 (diff)
downloadmeta-openembedded-contrib-f1dc6e6f5dab205d20073ee6c10b406b304784fa.tar.gz
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> (cherry picked from commit cfa786917343589c1756c1bc7cdf62309d29462f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-pint.inc5
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 += " \
file://run-ptest \
"
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-setuptools \
+ ${PYTHON_PN}-packaging \
+"
+
RDEPENDS_${PN}-ptest += " \
${PYTHON_PN}-pytest \
"