Spaces: Align all patches definitions consistently
This commit is contained in:
parent
5a8c8943b0
commit
b0f90f583c
@ -73,21 +73,21 @@ BuildRequires: python-wheel-wheel
|
|||||||
# when pip install -U is executed.
|
# when pip install -U is executed.
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1550368#c24
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1550368#c24
|
||||||
# Could be replaced with https://www.python.org/dev/peps/pep-0668/
|
# Could be replaced with https://www.python.org/dev/peps/pep-0668/
|
||||||
Patch: remove-existing-dist-only-if-path-conflicts.patch
|
Patch: remove-existing-dist-only-if-path-conflicts.patch
|
||||||
|
|
||||||
# Use the system level root certificate instead of the one bundled in certifi
|
# Use the system level root certificate instead of the one bundled in certifi
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1655253
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1655253
|
||||||
Patch: dummy-certifi.patch
|
Patch: dummy-certifi.patch
|
||||||
|
|
||||||
# Don't warn the user about pip._internal.main() entrypoint
|
# Don't warn the user about pip._internal.main() entrypoint
|
||||||
# In Fedora, we use that in ensurepip and users cannot do anything about it,
|
# In Fedora, we use that in ensurepip and users cannot do anything about it,
|
||||||
# this warning is juts moot. Also, the warning breaks CPython test suite.
|
# this warning is juts moot. Also, the warning breaks CPython test suite.
|
||||||
Patch: nowarn-pip._internal.main.patch
|
Patch: nowarn-pip._internal.main.patch
|
||||||
|
|
||||||
# Don't warn the user about packaging's LegacyVersion being deprecated.
|
# Don't warn the user about packaging's LegacyVersion being deprecated.
|
||||||
# (This also breaks Python's test suite when warnings are treated as errors.)
|
# (This also breaks Python's test suite when warnings are treated as errors.)
|
||||||
# Upstream issue: https://github.com/pypa/packaging/issues/368
|
# Upstream issue: https://github.com/pypa/packaging/issues/368
|
||||||
Patch: no-version-warning.patch
|
Patch: no-version-warning.patch
|
||||||
|
|
||||||
# Fallback to pep517 if setup.py is present and setuptools cannot be imported
|
# Fallback to pep517 if setup.py is present and setuptools cannot be imported
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2020635
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2020635
|
||||||
|
Loading…
Reference in New Issue
Block a user