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

@@ -97,6 +97,9 @@ Mon Aug 12 16:49:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
--ignore-conflicts.
* Fix finding hardlink targets in tar files with an ignored
top-level directory.
- add on-demand-linkcollector.patch to delay loading the
linkcollector in build environments which have no network
and no useful set of certificates
-------------------------------------------------------------------
Sun Jun 30 18:45:16 UTC 2024 - Dirk Müller <dmueller@suse.com>