14
0
forked from pool/python-pip

- add on-demand-linkcollector.patch to delay loading the

linkcollector in build environments which have no network
  and no useful set of certificates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=126
This commit is contained in:
2024-08-12 17:08:12 +00:00
committed by Git OBS Bridge
parent dca8b05f40
commit 90d953f4c1
3 changed files with 25 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ Patch0: pip-shipped-requests-cabundle.patch
# PATCH-FIX-UPSTREAM distutils-reproducible-compile.patch gh#python/cpython#8057 mcepl@suse.com
# To get reproducible builds, byte_compile() of distutils.util now sorts filenames.
Patch1: distutils-reproducible-compile.patch
# PATCH-FIX-OPENSUSE: delay loading requests and ca-certificates to avoid build cycles
Patch2: on-demand-linkcollector.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools >= 40.8.0}
# The rpm python-wheel build is bootstrap friendly since 0.42