diff options
| author | Justin Bronder <jsbronder@cold-front.org> | 2022-02-28 15:23:43 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-01 09:06:56 -0800 |
| commit | 11e32240154e05a4ed23b1b70788e48bf1a6efab (patch) | |
| tree | 6eff1e88a147033f01a9978d8f65c9e0366eed2d /meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb | |
| parent | 8988542616cc709cc23732243e4785ea36dd25a4 (diff) | |
| download | meta-openembedded-11e32240154e05a4ed23b1b70788e48bf1a6efab.tar.gz | |
python3-bitarray: switch to setuptools
Backported patch from https://github.com/ilanschnell/bitarray/pull/168,
committed upstream as
https://github.com/ilanschnell/bitarray/commit/947d364841954d60bab7a4cf1497a272b1bf73ca
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
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" |
