[oe-commits] [meta-openembedded] 20/59: python-netaddr: update to RDEPENDS to work on minimal python installs

git at git.openembedded.org git at git.openembedded.org
Sat Dec 30 20:39:24 UTC 2017


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

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

commit 088327df6909c9507d4cfa909d664f203d4e5c34
Author: Derek Straka <derek at asterius.io>
AuthorDate: Thu Dec 28 13:24:10 2017 -0500

    python-netaddr: update to RDEPENDS to work on minimal python installs
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-netaddr.inc        | 6 ++++++
 meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-netaddr.inc b/meta-python/recipes-devtools/python/python-netaddr.inc
index 26b0f1e..486bfc6 100644
--- a/meta-python/recipes-devtools/python/python-netaddr.inc
+++ b/meta-python/recipes-devtools/python/python-netaddr.inc
@@ -6,3 +6,9 @@ SRC_URI[md5sum] = "51019ef59c93f3979bcb37d3b8527e07"
 SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd"
 
 inherit pypi
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-pprint \
+    ${PYTHON_PN}-textutils \
+    ${PYTHON_PN}-xml \
+"
diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb
index 30416a4..a64abcc 100644
--- a/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb
+++ b/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb
@@ -1,2 +1,7 @@
 require python-netaddr.inc
 inherit setuptools3
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-enum \
+    ${PYTHON_PN}-selectors \
+"

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


More information about the Openembedded-commits mailing list