summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb
diff options
context:
space:
mode:
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"