summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-11-16 10:04:30 -0800
committerKhem Raj <raj.khem@gmail.com>2025-11-18 10:06:04 -0800
commit9ad545c39f42d86d98c2166a28c3b60bb902e051 (patch)
tree909b04fa7af7fcc59a2232c7b64e7deafd6c3ec8 /meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb
parent0609698907050cd372e1382885749230dbfac5dd (diff)
downloadmeta-openembedded-9ad545c39f42d86d98c2166a28c3b60bb902e051.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb b/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb
index 58784fcf2e..22b976dd9c 100644
--- a/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb
@@ -11,12 +11,14 @@ SRC_URI += "file://0001-test_main.py-skip-two-test-when-running-as-root.patch"
11inherit pypi python_setuptools_build_meta ptest-python-pytest 11inherit pypi python_setuptools_build_meta ptest-python-pytest
12 12
13# Uncomment this line to enable all the optional features. 13# Uncomment this line to enable all the optional features.
14#PACKAGECONFIG ?= "cli" 14PACKAGECONFIG ?= ""
15PACKAGECONFIG:append = "${@bb.utils.contains('PTEST_ENABLED', '1', ' cli', '', d)}"
15PACKAGECONFIG[cli] = ",,,python3-click" 16PACKAGECONFIG[cli] = ",,,python3-click"
16 17
17PYPI_PACKAGE = "python_dotenv" 18PYPI_PACKAGE = "python_dotenv"
18UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 19UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
19 20
20RDEPENDS:${PN}-ptest += "\ 21RDEPENDS:${PN}-ptest += "\
22 coreutils \
21 python3-sh \ 23 python3-sh \
22" 24"