mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-nodeenv: New recipe
It's a dependency of python3-pre-commit. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
98b6d1120c
commit
2d54bce9ba
10
meta-python/recipes-devtools/python/python3-nodeenv_1.9.1.bb
Normal file
10
meta-python/recipes-devtools/python/python3-nodeenv_1.9.1.bb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
SUMMARY = "Node.js virtual environment builder"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a9e238ffae5bb6447dbac6291e1dc3a3"
|
||||
|
||||
PYPI_PACKAGE = "nodeenv"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
SRC_URI[sha256sum] = "6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
Loading…
Reference in New Issue
Block a user