[oe] [meta-python2][PATCH] python-asn1crypto: add target RDEPENDS

Tim Orling ticotimo at gmail.com
Fri Jan 24 07:33:42 UTC 2020


* Missing run-time dependency:
  - python-numbers (fractions)

Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 recipes-devtools/python/python-asn1crypto_1.3.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-devtools/python/python-asn1crypto_1.3.0.bb b/recipes-devtools/python/python-asn1crypto_1.3.0.bb
index 90c6d83d..2954eef6 100644
--- a/recipes-devtools/python/python-asn1crypto_1.3.0.bb
+++ b/recipes-devtools/python/python-asn1crypto_1.3.0.bb
@@ -22,6 +22,7 @@ RDEPENDS_${PN}_class-target += " \
     ${PYTHON_PN}-datetime \
     ${PYTHON_PN}-io \
     ${PYTHON_PN}-netclient \
+    ${PYTHON_PN}-numbers \
     ${PYTHON_PN}-subprocess \
     ${PYTHON_PN}-textutils \ 
 "
-- 
2.25.0



More information about the Openembedded-devel mailing list