diff options
author | Tim Biermann <tbier@posteo.de> | 2021-10-10 13:02:19 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-10-10 13:02:19 +0200 |
commit | e1615407e665db6374fedc5d881e3f63f0a7e64f (patch) | |
tree | 86e3958dc50969b0c21854dc40f25eb800b08635 /python3-aiofiles/Pkgfile | |
parent | 169e4656357911ef5d8014862436d7208038a288 (diff) | |
download | contrib-e1615407e665db6374fedc5d881e3f63f0a7e64f.tar.gz contrib-e1615407e665db6374fedc5d881e3f63f0a7e64f.tar.xz |
python3-aiofiles: cleaned up footprint
Diffstat (limited to 'python3-aiofiles/Pkgfile')
-rw-r--r-- | python3-aiofiles/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python3-aiofiles/Pkgfile b/python3-aiofiles/Pkgfile index b397f5d22..b5c693dc3 100644 --- a/python3-aiofiles/Pkgfile +++ b/python3-aiofiles/Pkgfile @@ -11,7 +11,7 @@ source=(https://github.com/Tinche/aiofiles/archive/v$version/$name-$version.tar. build() { cd aiofiles-$version poetry build --format wheel - LANG=C \ - tox -e py39 PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG --ignore-installed --no-deps dist/*.whl + + find $PKG -iname "*INSTALLER*" -delete } |