diff options
author | Christoph Steiger <c.steiger@lemonage.de> | 2020-05-20 15:00:02 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-21 15:07:44 -0700 |
commit | 95d7ee4a95761f2676e6819dee9b616224be777f (patch) | |
tree | 87f7f576c61bd159514ca7fe9b61a078d3e08eb3 /meta-python/recipes-devtools/python/python-periphery.inc | |
parent | 310d99d978364ea31bd26e75dfb1e0ee6ae25266 (diff) | |
download | meta-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.inc | 2 |
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" | |||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1ecf5c2354c22fb5bfd53eefb8f9e65b" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1ecf5c2354c22fb5bfd53eefb8f9e65b" |
6 | 6 | ||
7 | PYPI_PACKAGE = "python-periphery" | 7 | PYPI_PACKAGE = "python-periphery" |
8 | |||
9 | RDEPENDS_${PN} += "${PYTHON_PN}-mmap" | ||