summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-periphery.inc
diff options
context:
space:
mode:
authorChristoph Steiger <c.steiger@lemonage.de>2020-05-20 15:00:02 +0200
committerKhem Raj <raj.khem@gmail.com>2020-05-21 15:07:44 -0700
commit95d7ee4a95761f2676e6819dee9b616224be777f (patch)
tree87f7f576c61bd159514ca7fe9b61a078d3e08eb3 /meta-python/recipes-devtools/python/python-periphery.inc
parent310d99d978364ea31bd26e75dfb1e0ee6ae25266 (diff)
downloadmeta-openembedded-95d7ee4a95761f2676e6819dee9b616224be777f.tar.gz
python-periphery: Add python-mmap to RDEPENDS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-periphery.inc')
-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"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1ecf5c2354c22fb5bfd53eefb8f9e65b" 5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1ecf5c2354c22fb5bfd53eefb8f9e65b"
6 6
7PYPI_PACKAGE = "python-periphery" 7PYPI_PACKAGE = "python-periphery"
8
9RDEPENDS_${PN} += "${PYTHON_PN}-mmap"