summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-decouple_3.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-decouple_3.7.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-decouple_3.7.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-decouple_3.7.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-decouple_3.7.bb
deleted file mode 100644
index 5238431bcb..0000000000
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-decouple_3.7.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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 \
-"