diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb index cac003a4fb..6566f8d664 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb | |||
@@ -7,4 +7,7 @@ SRC_URI[sha256sum] = "4da790ab193e993107f3ff0aebc4f8d6ad5196a19071fbafad16b02898 | |||
7 | 7 | ||
8 | inherit setuptools3 pypi | 8 | inherit setuptools3 pypi |
9 | 9 | ||
10 | # Backported from 2.3.8 | ||
11 | SRC_URI += "file://setup.py-use-setuptools-instead-of-distutils.patch" | ||
12 | |||
10 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |