diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-11-16 10:04:30 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-18 10:06:04 -0800 |
| commit | 9ad545c39f42d86d98c2166a28c3b60bb902e051 (patch) | |
| tree | 909b04fa7af7fcc59a2232c7b64e7deafd6c3ec8 /meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb | |
| parent | 0609698907050cd372e1382885749230dbfac5dd (diff) | |
| download | meta-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.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 | " |
