[oe-commits] [meta-openembedded] 29/58: python-pybluez: add missing RDEPENDS (fcntl)

git at git.openembedded.org git at git.openembedded.org
Sun May 6 20:02:07 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit d3b1921e12df4800c2f66979ee49ed01519ca628
Author: André Draszik <andre.draszik at jci.com>
AuthorDate: Mon Apr 16 09:30:37 2018 +0100

    python-pybluez: add missing RDEPENDS (fcntl)
    
    Signed-off-by: André Draszik <andre.draszik at jci.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-pybluez.inc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pybluez.inc b/meta-python/recipes-devtools/python/python-pybluez.inc
index ed72716..399fe57 100644
--- a/meta-python/recipes-devtools/python/python-pybluez.inc
+++ b/meta-python/recipes-devtools/python/python-pybluez.inc
@@ -2,7 +2,6 @@ DESCRIPTION = "Bluetooth Python extension module"
 HOMEPAGE = "http://karulis.github.io/pybluez/"
 SECTION = "devel/python"
 
-RDEPENDS_${PN} = "bluez5"
 DEPENDS = "bluez5"
 
 LICENSE = "GPL-2.0"
@@ -15,3 +14,8 @@ SRC_URI[md5sum] = "49dab9d5a8f0b798c8125c7f649be3cd"
 SRC_URI[sha256sum] = "4ce006716a54d9d18e8186a3f1c8b12a8e6befecffe8fd5828a291fb694ce49d"
 
 S = "${WORKDIR}/PyBluez-${PV}"
+
+RDEPENDS_${PN} += "\
+    bluez5 \
+    ${PYTHON_PN}-fcntl \
+"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list