From 9591cf80a5e156b0e7b69e42c3fda2f569c2e933 Mon Sep 17 00:00:00 2001 From: Christoph Steiger Date: Wed, 20 May 2020 15:00:02 +0200 Subject: python-periphery: Add python-mmap to RDEPENDS Signed-off-by: Khem Raj (cherry picked from commit 95d7ee4a95761f2676e6819dee9b616224be777f) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-periphery.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-periphery.inc') 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" -- cgit 1.2.3-korg