diff options
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 |