diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-10 18:58:26 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-10 18:58:26 +0200 |
commit | 494235ce684526ac5854b10b560423d4b5a980b3 (patch) | |
tree | 862e11eee9a6b8542c39975e95c3f2954549fb97 /python3-cleo/Pkgfile | |
parent | d641d1f6a649b34f3a40827c02da806f107bf5ab (diff) | |
download | contrib-494235ce684526ac5854b10b560423d4b5a980b3.tar.gz contrib-494235ce684526ac5854b10b560423d4b5a980b3.tar.xz |
python3-cleo: use python3-installer instead of python3-install
Diffstat (limited to 'python3-cleo/Pkgfile')
-rw-r--r-- | python3-cleo/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3-cleo/Pkgfile b/python3-cleo/Pkgfile index 4580d62e1..a8b52a980 100644 --- a/python3-cleo/Pkgfile +++ b/python3-cleo/Pkgfile @@ -13,7 +13,7 @@ build() { if prt-get isinst python3-poetry; then /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation - /usr/bin/python3 -m install --optimize=1 --destdir=$PKG dist/*.whl + /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl else /usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps cleo fi |