aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorChristoph Steiger <c.steiger@lemonage.de>2020-05-20 15:00:02 +0200
committerArmin Kuster <akuster808@gmail.com>2020-05-28 21:33:07 -0700
commit9591cf80a5e156b0e7b69e42c3fda2f569c2e933 (patch)
tree9733a96a6cd4aa9e2a07883960e7d69db80cadce /meta-python
parente00eb979c5017692c71ccd75ccdf324248a6b5f7 (diff)
downloadmeta-openembedded-contrib-9591cf80a5e156b0e7b69e42c3fda2f569c2e933.tar.gz
python-periphery: Add python-mmap to RDEPENDS
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 95d7ee4a95761f2676e6819dee9b616224be777f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-periphery.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-periphery.inc b/meta-python/recipes-devtools/python/python-periphery.inc
index 719c635073..0171f63f83 100644
--- a/meta-python/recipes-devtools/python/python-periphery.inc
+++ b/meta-python/recipes-devtools/python/python-periphery.inc
@@ -5,3 +5,5 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1ecf5c2354c22fb5bfd53eefb8f9e65b"
PYPI_PACKAGE = "python-periphery"
+
+RDEPENDS_${PN} += "${PYTHON_PN}-mmap"