mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-werkzeug: update RDEPENDS to work for minimal python2.7 and python3
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
df36dff88f
commit
8d55746de4
@@ -16,15 +16,16 @@ SRC_URI[sha256sum] = "cc64dafbacc716cdd42503cf6c44cb5a35576443d82f29f6829e5c4926
|
||||
PYPI_PACKAGE = "Werkzeug"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
python-difflib \
|
||||
python-email \
|
||||
python-html \
|
||||
python-json \
|
||||
python-netserver \
|
||||
python-numbers \
|
||||
python-pkgutil \
|
||||
python-subprocess \
|
||||
python-threading \
|
||||
python-unixadmin \
|
||||
python-zlib \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-difflib \
|
||||
${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-html \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pkgutil \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
"
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
inherit pypi setuptools
|
||||
require python-werkzeug.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-zlib"
|
||||
|
||||
Reference in New Issue
Block a user