diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-gmpy2_2.0.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gmpy2_2.0.8.bb b/meta-python/recipes-devtools/python/python3-gmpy2_2.0.8.bb index c6edcbb320..976f57ab26 100644 --- a/meta-python/recipes-devtools/python/python3-gmpy2_2.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-gmpy2_2.0.8.bb | |||
@@ -10,4 +10,5 @@ PYPI_PACKAGE = "gmpy2" | |||
10 | PYPI_PACKAGE_EXT = "zip" | 10 | PYPI_PACKAGE_EXT = "zip" |
11 | SRC_URI[sha256sum] = "dd233e3288b90f21b0bb384bcc7a7e73557bb112ccf0032ad52aa614eb373d3f" | 11 | SRC_URI[sha256sum] = "dd233e3288b90f21b0bb384bcc7a7e73557bb112ccf0032ad52aa614eb373d3f" |
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 python3native |
14 | BBCLASSEXTEND = "native nativesdk" | ||