diff options
author | Erich Eckner <git@eckner.net> | 2023-01-15 16:39:51 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-01-15 16:39:51 +0100 |
commit | 8d14d56a0db1f86682331a5b72b57ad420d76c80 (patch) | |
tree | 37fcaac992546ad5938b7bbad743f4a18c41a3fd | |
parent | 7d1fc5c3e8bfc666efe30c3df1eb8fb6a2992b90 (diff) | |
download | crux-patches-8d14d56a0db1f86682331a5b72b57ad420d76c80.tar.xz |
python3-pytz-deprecation-shim: fix Pkgfile even more
-rw-r--r-- | contrib/python3-pytz-deprecation-shim/Pkgfile.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python3-pytz-deprecation-shim/Pkgfile.patch b/contrib/python3-pytz-deprecation-shim/Pkgfile.patch index 0507eb9..92fe157 100644 --- a/contrib/python3-pytz-deprecation-shim/Pkgfile.patch +++ b/contrib/python3-pytz-deprecation-shim/Pkgfile.patch @@ -1,11 +1,11 @@ --- Pkgfile 2023-01-12 21:08:00.303324505 +0100 +++ Pkgfile 2023-01-15 16:09:42.984864230 +0100 -@@ -13,7 +13,7 @@ +@@ -13,7 +13,6 @@ /usr/bin/python3 -m build --wheel \ --skip-dependency-check \ --no-isolation - /usr/bin/python3 -m install \ +- --optimize=1 \ + /usr/bin/python3 -m installer \ - --optimize=1 \ --destdir=$PKG dist/*.whl } |