Skip to content

Commit

Permalink
python3-bitarray: upgrade 2.3.7 -> 2.4.0
Browse files Browse the repository at this point in the history
setup.py-use-setuptools-instead-of-distutils.patch
removed since it's included in 2.4.0

Changelog:
=========
* enable building wheels for multiple platforms and Python versions using
  pypa/cibuildwheel, see openembedded#165 and openembedded#170
* use setuptools instead of distutils in 'setup.py', openembedded#168
* add missing type hinting for '.count()' step argument

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Mar 9, 2022
1 parent 3bde64c commit 1ba425e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray"
LICENSE = "PSF-2.0"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"

SRC_URI[sha256sum] = "4da790ab193e993107f3ff0aebc4f8d6ad5196a19071fbafad16b02898a44fd7"
SRC_URI[sha256sum] = "f1203e902d51df31917d77eeba9c3fe78d032873a2ad78c737e26420f0080e58"

inherit setuptools3 pypi

# Backported from 2.3.8
SRC_URI += "file://setup.py-use-setuptools-instead-of-distutils.patch"

BBCLASSEXTEND = "native nativesdk"

0 comments on commit 1ba425e

Please sign in to comment.