diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 1 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index ca91065af0..58f53dedc7 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
| @@ -22,6 +22,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
| 22 | python3-dasbus \ | 22 | python3-dasbus \ |
| 23 | python3-dominate \ | 23 | python3-dominate \ |
| 24 | python3-execnet \ | 24 | python3-execnet \ |
| 25 | python3-fastnumbers \ | ||
| 25 | python3-flask \ | 26 | python3-flask \ |
| 26 | python3-flexcache \ | 27 | python3-flexcache \ |
| 27 | python3-flexparser \ | 28 | python3-flexparser \ |
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 | " | ||
