summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb
diff options
context:
space:
mode:
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.bb22
1 files changed, 22 insertions, 0 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
new file mode 100644
index 0000000000..58784fcf2e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Read key-value pairs from a .env file and set them as environment variables"
2HOMEPAGE = "https://github.com/theskumar/python-dotenv"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e914cdb773ae44a732b392532d88f072"
5RECIPE_MAINTAINER = "Tom Geelen <t.f.g.geelen@gmail.com>"
6
7SRC_URI[sha256sum] = "42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6"
8
9SRC_URI += "file://0001-test_main.py-skip-two-test-when-running-as-root.patch"
10
11inherit pypi python_setuptools_build_meta ptest-python-pytest
12
13# Uncomment this line to enable all the optional features.
14#PACKAGECONFIG ?= "cli"
15PACKAGECONFIG[cli] = ",,,python3-click"
16
17PYPI_PACKAGE = "python_dotenv"
18UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
19
20RDEPENDS:${PN}-ptest += "\
21 python3-sh \
22"