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