summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb11
1 files changed, 10 insertions, 1 deletions
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"
7 7
8SRC_URI[sha256sum] = "183fa021cdc052edaeede5c23e3086461deb7562b567614edf71b29515f5fa4b" 8SRC_URI[sha256sum] = "183fa021cdc052edaeede5c23e3086461deb7562b567614edf71b29515f5fa4b"
9 9
10inherit pypi setuptools3 10inherit pypi python_setuptools_build_meta ptest-python-pytest
11
12DEPENDS += "python3-setuptools-scm-native"
13
14RDEPENDS:${PN}-ptest += "\
15 python3-ctypes \
16 python3-hypothesis \
17 python3-numpy \
18 python3-typing-extensions \
19 "