[oe-commits] [meta-openembedded] 53/69: python-asn1crypto: correct the RDEPENDS to work on a minimal python install

git at git.openembedded.org git at git.openembedded.org
Mon Dec 11 03:28:36 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 75ad78623ec0d86ffbc198effb2b0dd413822133
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Nov 29 15:44:35 2017 -0500

    python-asn1crypto: correct the RDEPENDS to work on a minimal python install
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-asn1crypto.inc    | 12 ++++++++++++
 .../recipes-devtools/python/python3-asn1crypto_0.23.0.bb     |  6 ++++++
 2 files changed, 18 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
index 41b7342..92c7198 100644
--- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
+++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc
@@ -10,4 +10,16 @@ SRC_URI[md5sum] = "97d54665c397b72b165768398dfdd876"
 SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70"
 
 inherit pypi
+
+RDEPENDS_${PN}_class-target += " \
+    ${PYTHON_PN}-codecs \
+    ${PYTHON_PN}-crypt \
+    ${PYTHON_PN}-ctypes \
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-io \
+    ${PYTHON_PN}-netclient \
+    ${PYTHON_PN}-textutils \
+    ${PYTHON_PN}-subprocess \
+"
+
 BBCLASSEXTEND = "native"
diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb
index 30f3404..bc67215 100644
--- a/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb
+++ b/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb
@@ -1,2 +1,8 @@
 inherit setuptools3
 require python-asn1crypto.inc
+
+RDEPENDS_${PN}_class-target += " \
+    ${PYTHON_PN}-enum \
+    ${PYTHON_PN}-selectors \
+    ${PYTHON_PN}-shell \
+"

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


More information about the Openembedded-commits mailing list