From db1edd2e8ec74d4b9e4627a71e2b051dfb843301 Mon Sep 17 00:00:00 2001 From: Christoph Steiger Date: Wed, 20 May 2020 15:00:02 +0200 Subject: [PATCH] python-periphery: Add python-mmap to RDEPENDS --- meta-python/recipes-devtools/python/python-periphery.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-periphery.inc b/meta-python/recipes-devtools/python/python-periphery.inc index 719c6350737..0171f63f832 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"