summaryrefslogtreecommitdiff
path: root/python3-tzdata/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-07-10 17:32:06 +0200
committerTim Biermann <tbier@posteo.de>2022-07-10 17:32:06 +0200
commit4401c815d414a25ca9154bfc0f0741aa2daa810a (patch)
treed13f774859fcfc155b69ba712a4edfc940b441b8 /python3-tzdata/Pkgfile
parentb728e36573a1cbf3e13234aabd7a18eacbc88bd3 (diff)
downloadcontrib-4401c815d414a25ca9154bfc0f0741aa2daa810a.tar.gz
contrib-4401c815d414a25ca9154bfc0f0741aa2daa810a.tar.xz
python3-tzdata: use python3-installer instead of python3-install
Diffstat (limited to 'python3-tzdata/Pkgfile')
-rw-r--r--python3-tzdata/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/python3-tzdata/Pkgfile b/python3-tzdata/Pkgfile
index 642cda1ba..76fcc7680 100644
--- a/python3-tzdata/Pkgfile
+++ b/python3-tzdata/Pkgfile
@@ -1,7 +1,7 @@
# Description: Python package wrapping the IANA time zone database
# URL: https://github.com/python/tzdata
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: python3-build python3-install
+# Depends on: python3-build python3-installer
name=python3-tzdata
version=2022.1
@@ -14,7 +14,7 @@ build() {
--wheel \
--skip-dependency-check \
--no-isolation
- /usr/bin/python3 -m install \
- --optimize=1 \
+ /usr/bin/python3 -m installer \
+ --compile-bytecode 2 \
--destdir=$PKG dist/*.whl
}

Generated by cgit