mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
python3-arrow: Add missing rdeps on tzdata pre-commit modules
These were missing pieces for ptests to work Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3ed6315a49
commit
5f4bb77c6b
|
|
@ -14,6 +14,7 @@ inherit pypi python_flit_core ptest-python-pytest
|
|||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-dateparser \
|
||||
python3-dateutil-zoneinfo \
|
||||
python3-pre-commit \
|
||||
python3-pytest-cov \
|
||||
python3-pytest-mock \
|
||||
python3-pytz \
|
||||
|
|
@ -23,4 +24,5 @@ RDEPENDS:${PN}-ptest += " \
|
|||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-dateutil \
|
||||
python3-tzdata \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user