summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-decouple_3.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-decouple_3.7.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-decouple_3.7.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-decouple_3.7.bb b/meta-python/recipes-devtools/python/python3-decouple_3.7.bb
new file mode 100644
index 0000000000..5238431bcb
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-decouple_3.7.bb
@@ -0,0 +1,16 @@
1SUMMARY = "Strict separation of settings from code."
2HOMEPAGE = "https://github.com/henriquebastos/python-decouple/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a46375b26bb7d7603565d829a2a51782"
6
7SRC_URI[sha256sum] = "e88a8d6bdf3b07d471a854099e455e20a6fa7a4d6ecf8631b250e3db654336e6"
8
9PYPI_PACKAGE = "python-decouple"
10
11inherit pypi setuptools3
12
13RDEPENDS:${PN} += " \
14 python3-shell \
15 python3-stringold \
16"