diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
| commit | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch) | |
| tree | ad799ccacfb459b809b02b9c115ed4befb93b4c1 /devel/py-poetry/files/patch-virtualenv | |
| parent | 0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff) | |
| parent | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'devel/py-poetry/files/patch-virtualenv')
| -rw-r--r-- | devel/py-poetry/files/patch-virtualenv | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/py-poetry/files/patch-virtualenv b/devel/py-poetry/files/patch-virtualenv new file mode 100644 index 000000000000..7c944365b029 --- /dev/null +++ b/devel/py-poetry/files/patch-virtualenv @@ -0,0 +1,25 @@ +Obtained from: https://github.com/python-poetry/poetry/commit/9f276d3dab71ba741107a5a7f4efc12fdda5cb0b + +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC ++++ pyproject.toml +@@ -27,8 +27,7 @@ dependencies = [ + "tomlkit (>=0.11.4,<1.0.0)", + # trove-classifiers uses calver, so version is unclamped + "trove-classifiers (>=2022.5.19)", +- # upper pin as quickfix for https://github.com/python-poetry/poetry/issues/10490 +- "virtualenv (>=20.26.6,<20.33.0)", ++ "virtualenv (>=20.26.6)", + "xattr (>=1.0.0,<2.0.0) ; sys_platform == 'darwin'", + "findpython (>=0.6.2,<0.7.0)", + "pbs-installer[download,install] (>=2025.1.6,<2026.0.0)", +--- src/poetry/utils/env/env_manager.py.orig 1970-01-01 00:00:00 UTC ++++ src/poetry/utils/env/env_manager.py +@@ -532,7 +532,7 @@ class EnvManager: + args = [ + "--no-download", + "--no-periodic-update", +- "--try-first-with", ++ "--python", + executable_str or sys.executable, + ] + |
