mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-fastnumbers: Switch to PEP-517 build backend and enable ptest
test run takes < 1min, added to PTESTS_FAST_META_PYTHON Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -22,6 +22,7 @@ PTESTS_FAST_META_PYTHON = "\
|
|||||||
python3-dasbus \
|
python3-dasbus \
|
||||||
python3-dominate \
|
python3-dominate \
|
||||||
python3-execnet \
|
python3-execnet \
|
||||||
|
python3-fastnumbers \
|
||||||
python3-flask \
|
python3-flask \
|
||||||
python3-flexcache \
|
python3-flexcache \
|
||||||
python3-flexparser \
|
python3-flexparser \
|
||||||
|
|||||||
@@ -7,4 +7,13 @@ PYPI_PACKAGE = "fastnumbers"
|
|||||||
|
|
||||||
SRC_URI[sha256sum] = "183fa021cdc052edaeede5c23e3086461deb7562b567614edf71b29515f5fa4b"
|
SRC_URI[sha256sum] = "183fa021cdc052edaeede5c23e3086461deb7562b567614edf71b29515f5fa4b"
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
||||||
|
|
||||||
|
DEPENDS += "python3-setuptools-scm-native"
|
||||||
|
|
||||||
|
RDEPENDS:${PN}-ptest += "\
|
||||||
|
python3-ctypes \
|
||||||
|
python3-hypothesis \
|
||||||
|
python3-numpy \
|
||||||
|
python3-typing-extensions \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user