mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-python-dotenv: Add missing rdep on click module and coreutils
Needed for ptests to pass Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0609698907
commit
9ad545c39f
|
|
@ -11,12 +11,14 @@ SRC_URI += "file://0001-test_main.py-skip-two-test-when-running-as-root.patch"
|
|||
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
||||
|
||||
# Uncomment this line to enable all the optional features.
|
||||
#PACKAGECONFIG ?= "cli"
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG:append = "${@bb.utils.contains('PTEST_ENABLED', '1', ' cli', '', d)}"
|
||||
PACKAGECONFIG[cli] = ",,,python3-click"
|
||||
|
||||
PYPI_PACKAGE = "python_dotenv"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
RDEPENDS:${PN}-ptest += "\
|
||||
coreutils \
|
||||
python3-sh \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user