diff options
| author | Ryan Rowe <rrowe@xevo.com> | 2020-07-16 16:18:39 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-07-30 21:16:19 -0700 |
| commit | f1dc6e6f5dab205d20073ee6c10b406b304784fa (patch) | |
| tree | a6f31315a849e322db97db38c183f6e9adecf005 /meta-python/recipes-devtools/python/python-pint.inc | |
| parent | 135307cf51ba010dfcdbaeb8ddd08af5be9a65e6 (diff) | |
| download | meta-openembedded-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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pint.inc')
| -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 | " |
