diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-04 19:05:18 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-04 10:41:27 -0800 |
| commit | e833b5dc804b4ecdbada5506ba2b94dbe39e3e43 (patch) | |
| tree | f0c57c01d63c78aac55f6f674e5a428427f8e1d2 /meta-python/recipes-devtools/python/python3-decouple_3.8.bb | |
| parent | 2c908c240ad39044fbc56dc4dde6e45bf4f7c3f0 (diff) | |
| download | meta-openembedded-e833b5dc804b4ecdbada5506ba2b94dbe39e3e43.tar.gz | |
python3-decouple: upgrade 3.7 -> 3.8
Changelog:
==========
Raise KeyError when key is not found in ini repositories
Fix infinite recursion on Windows
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-decouple_3.8.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-decouple_3.8.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-decouple_3.8.bb b/meta-python/recipes-devtools/python/python3-decouple_3.8.bb new file mode 100644 index 0000000000..20d614a423 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-decouple_3.8.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Strict separation of settings from code." | ||
| 2 | HOMEPAGE = "https://github.com/henriquebastos/python-decouple/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a46375b26bb7d7603565d829a2a51782" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "ba6e2657d4f376ecc46f77a3a615e058d93ba5e465c01bbe57289bfb7cce680f" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "python-decouple" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += " \ | ||
| 14 | python3-shell \ | ||
| 15 | python3-stringold \ | ||
| 16 | " | ||
