[openwrt-19.07] python3-maxminddb: Fix build when using newer setuptools#12756
Merged
neheb merged 1 commit intoopenwrt:openwrt-19.07from Jul 8, 2020
Merged
Conversation
This package fails to build with newer setuptools, because setuptools removed the (deprecated) Features feature in v46.0.0[1]. This adapts a commit[2] to remove the use of this feature. (Changes to code formatting prevent the original commit/patch to be used.) [1]: https://github.com/pypa/setuptools/blob/aff64ae89e00e25fb3868bf528a14c18e7af0cf4/CHANGES.rst#v4600 [2]: maxmind/MaxMind-DB-Reader-python@3aac426 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Contributor
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Maintainer: @ja-pa
Compile tested: armvirt-64, 19.07.3 sdk (combined with #12755)
Run tested: none
Description:
This package fails to build with newer setuptools, because setuptools removed the (deprecated) Features feature in v46.0.0.
This adapts a commit to remove the use of this feature. (Changes to code formatting prevent the original commit/patch to be used.)
Signed-off-by: Jeffery To jeffery.to@gmail.com