summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-01-15 16:10:28 +0100
committerErich Eckner <git@eckner.net>2023-01-15 16:10:28 +0100
commit80f8e524230fcbb210e72a528e9df7e45c12c65b (patch)
tree71ea5869478dd9b3576447cc36f298588cfb39d4
parent152a5bedeba947336f3022f2b6704e0c415b47ea (diff)
downloadcrux-patches-80f8e524230fcbb210e72a528e9df7e45c12c65b.tar.xz
contrib/python3-pytz-deprecation-shim: use installer instead of install
-rw-r--r--contrib/python3-pytz-deprecation-shim/Pkgfile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/python3-pytz-deprecation-shim/Pkgfile.patch b/contrib/python3-pytz-deprecation-shim/Pkgfile.patch
new file mode 100644
index 0000000..3eae824
--- /dev/null
+++ b/contrib/python3-pytz-deprecation-shim/Pkgfile.patch
@@ -0,0 +1,11 @@
+--- /usr/ports/contrib/python3-pytz-deprecation-shim/Pkgfile 2023-01-12 21:08:00.303324505 +0100
++++ Pkgfile 2023-01-15 16:09:42.984864230 +0100
+@@ -13,7 +13,7 @@
+ /usr/bin/python3 -m build --wheel \
+ --skip-dependency-check \
+ --no-isolation
+- /usr/bin/python3 -m install \
++ /usr/bin/python3 -m installer \
+ --optimize=1 \
+ --destdir=$PKG dist/*.whl
+ }