forked from pool/python-findpython
* feat: provider selector by @frostming in #20 * feat: add support for RyeProvider * feat: Add way to filter providers by @bluss in #18 * feat: add register_provider function and change ALL_PROVIDERS to a map * fix: don't import site-packages when running in-process scripts * Make GET_VERSION_TIMEOUT settable via env vars * Support allow_prereleases option - Add patch revert-back-to-pdm-pep517.patch: * We need to use pdm-pep517, to avoid circular requirements. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-findpython?expand=0&rev=15
14 lines
363 B
Diff
14 lines
363 B
Diff
Index: findpython-0.4.1/pyproject.toml
|
|
===================================================================
|
|
--- findpython-0.4.1.orig/pyproject.toml
|
|
+++ findpython-0.4.1/pyproject.toml
|
|
@@ -81,6 +81,6 @@ known-first-party = [
|
|
|
|
[build-system]
|
|
requires = [
|
|
- "pdm-backend",
|
|
+ "pdm-pep517",
|
|
]
|
|
-build-backend = "pdm.backend"
|
|
+build-backend = "pdm.pep517.api"
|