diff options
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.bb | 4 |
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" | |||
| 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest | 11 | inherit 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" | 14 | PACKAGECONFIG ?= "" |
| 15 | PACKAGECONFIG:append = "${@bb.utils.contains('PTEST_ENABLED', '1', ' cli', '', d)}" | ||
| 15 | PACKAGECONFIG[cli] = ",,,python3-click" | 16 | PACKAGECONFIG[cli] = ",,,python3-click" |
| 16 | 17 | ||
| 17 | PYPI_PACKAGE = "python_dotenv" | 18 | PYPI_PACKAGE = "python_dotenv" |
| 18 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 19 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 19 | 20 | ||
| 20 | RDEPENDS:${PN}-ptest += "\ | 21 | RDEPENDS:${PN}-ptest += "\ |
| 22 | coreutils \ | ||
| 21 | python3-sh \ | 23 | python3-sh \ |
| 22 | " | 24 | " |
