mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 23:33:21 +00:00
python-netaddr: update to RDEPENDS to work on minimal python installs
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
d8440d28e6
commit
088327df69
@ -6,3 +6,9 @@ SRC_URI[md5sum] = "51019ef59c93f3979bcb37d3b8527e07"
|
|||||||
SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd"
|
SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd"
|
||||||
|
|
||||||
inherit pypi
|
inherit pypi
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += " \
|
||||||
|
${PYTHON_PN}-pprint \
|
||||||
|
${PYTHON_PN}-textutils \
|
||||||
|
${PYTHON_PN}-xml \
|
||||||
|
"
|
||||||
|
|||||||
@ -1,2 +1,7 @@
|
|||||||
require python-netaddr.inc
|
require python-netaddr.inc
|
||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += " \
|
||||||
|
${PYTHON_PN}-enum \
|
||||||
|
${PYTHON_PN}-selectors \
|
||||||
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user