diff options
author | Derek Straka <derek@asterius.io> | 2017-11-29 15:44:35 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:57 -0800 |
commit | 688e28bc43504956c20599e01bb0d98186fb87f6 (patch) | |
tree | 2322b9325ac3f0aa106de970ed12ffa53ef21cbb /meta-python/recipes-devtools/python/python-asn1crypto.inc | |
parent | bb497805f07f192118a280bdaa9ea44a26caae76 (diff) | |
download | meta-openembedded-688e28bc43504956c20599e01bb0d98186fb87f6.tar.gz |
python-asn1crypto: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-asn1crypto.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-asn1crypto.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc index 41b734219..92c71989d 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" | |||
10 | SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70" | 10 | SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70" |
11 | 11 | ||
12 | inherit pypi | 12 | inherit pypi |
13 | |||
14 | RDEPENDS_${PN}_class-target += " \ | ||
15 | ${PYTHON_PN}-codecs \ | ||
16 | ${PYTHON_PN}-crypt \ | ||
17 | ${PYTHON_PN}-ctypes \ | ||
18 | ${PYTHON_PN}-datetime \ | ||
19 | ${PYTHON_PN}-io \ | ||
20 | ${PYTHON_PN}-netclient \ | ||
21 | ${PYTHON_PN}-textutils \ | ||
22 | ${PYTHON_PN}-subprocess \ | ||
23 | " | ||
24 | |||
13 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native" |