mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-10 22:19:40 +00:00
python3-decouple: upgrade 3.6 -> 3.7
Changelog: Fix Csv cast hanging with default=None, now returning an empty list. (#149) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
16
meta-python/recipes-devtools/python/python3-decouple_3.7.bb
Normal file
16
meta-python/recipes-devtools/python/python3-decouple_3.7.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Strict separation of settings from code."
|
||||
HOMEPAGE = "https://github.com/henriquebastos/python-decouple/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a46375b26bb7d7603565d829a2a51782"
|
||||
|
||||
SRC_URI[sha256sum] = "e88a8d6bdf3b07d471a854099e455e20a6fa7a4d6ecf8631b250e3db654336e6"
|
||||
|
||||
PYPI_PACKAGE = "python-decouple"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-shell \
|
||||
python3-stringold \
|
||||
"
|
||||
Reference in New Issue
Block a user