summaryrefslogtreecommitdiff
path: root/python3-aiofiles/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-07-04 15:24:55 +0000
committerTim Biermann <tbier@posteo.de>2021-07-04 15:25:09 +0000
commitee64c60f3c3c5ca79de4683179570f71279bdb91 (patch)
tree085de1945f7442f0bd1b335dc1173adf89b84b65 /python3-aiofiles/Pkgfile
parent709c6c3a0d5b59f61a0912a43ce672f874d793a9 (diff)
downloadcontrib-ee64c60f3c3c5ca79de4683179570f71279bdb91.tar.gz
contrib-ee64c60f3c3c5ca79de4683179570f71279bdb91.tar.xz
python3-aiofiles: fixed build where LANG != C
Diffstat (limited to 'python3-aiofiles/Pkgfile')
-rw-r--r--python3-aiofiles/Pkgfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/python3-aiofiles/Pkgfile b/python3-aiofiles/Pkgfile
index ba4ff4315..b397f5d22 100644
--- a/python3-aiofiles/Pkgfile
+++ b/python3-aiofiles/Pkgfile
@@ -11,6 +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
}

Generated by cgit