mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-pytz: provide native and nativesdk version for pytz
This allows it to be used during build in the setup.py of a package. Like for example done in the astral PyPi package. Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
9b1ef52386
commit
13447acd1c
@@ -8,8 +8,10 @@ inherit pypi
|
||||
SRC_URI[md5sum] = "8660ba7c3c0abd23e6e4efa493b02966"
|
||||
SRC_URI[sha256sum] = "8787de03f35f31699bcaf127e56ad14c00647965ed24d72dbaca87c6e4f843a3"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user