mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
bb497805f0
commit
688e28bc43
@@ -10,4 +10,16 @@ SRC_URI[md5sum] = "97d54665c397b72b165768398dfdd876"
|
|||||||
SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70"
|
SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70"
|
||||||
|
|
||||||
inherit pypi
|
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"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
@@ -1,2 +1,8 @@
|
|||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
require python-asn1crypto.inc
|
require python-asn1crypto.inc
|
||||||
|
|
||||||
|
RDEPENDS_${PN}_class-target += " \
|
||||||
|
${PYTHON_PN}-enum \
|
||||||
|
${PYTHON_PN}-selectors \
|
||||||
|
${PYTHON_PN}-shell \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user