From 786fa08fceaa8fecdad8234fcb22c7aaeb4af8a2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Apr 2025 14:31:20 -0700 Subject: 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 --- .../recipes-devtools/python/python3-fastnumbers_5.1.1.bb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb index 28ef40fa05..3a92fe0ab4 100644 --- a/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb @@ -7,4 +7,13 @@ PYPI_PACKAGE = "fastnumbers" 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 \ + " -- cgit v1.2.3-54-g00ecf