mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-24 10:49:39 +00:00
da8191b6e2
Changelog: Add PEP 695 type parameter syntax Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
19 lines
412 B
BlitzBasic
19 lines
412 B
BlitzBasic
SUMMARY = "A Python Parser"
|
|
HOMEPAGE = "https://github.com/davidhalter/parso"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"
|
|
|
|
PYPI_PACKAGE = "parso"
|
|
|
|
SRC_URI[sha256sum] = "eaaac4c9fdd5e9e8852dc778d2d7405897ec510f2a298071453e5e3a07914bb1"
|
|
|
|
CVE_PRODUCT = "parso"
|
|
|
|
inherit setuptools3 pypi
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3-crypt \
|
|
python3-difflib \
|
|
python3-logging \
|
|
"
|