diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-nodeenv_1.9.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nodeenv_1.9.1.bb b/meta-python/recipes-devtools/python/python3-nodeenv_1.9.1.bb new file mode 100644 index 0000000000..3c2a29ddac --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nodeenv_1.9.1.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "Node.js virtual environment builder" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a9e238ffae5bb6447dbac6291e1dc3a3" | ||
4 | |||
5 | PYPI_PACKAGE = "nodeenv" | ||
6 | |||
7 | inherit pypi python_setuptools_build_meta | ||
8 | SRC_URI[sha256sum] = "6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f" | ||
9 | |||
10 | DEPENDS += "python3-setuptools-scm-native" | ||