mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-30 14:58:26 +00:00
python3-pure-eval: New recipe
Dependency of python3-stack-data. 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:
committed by
Khem Raj
parent
74582765be
commit
0ccb5483aa
@@ -0,0 +1,11 @@
|
||||
SUMMARY = "Safely evaluate AST nodes without side effects"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3d6c15f7859ae235a78f2758e5a48cf"
|
||||
|
||||
DEPENDS = "python3-setuptools-scm-native"
|
||||
|
||||
PYPI_PACKAGE = "pure_eval"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
SRC_URI[sha256sum] = "2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"
|
||||
Reference in New Issue
Block a user