From ee64c60f3c3c5ca79de4683179570f71279bdb91 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 4 Jul 2021 15:24:55 +0000 Subject: python3-aiofiles: fixed build where LANG != C --- python3-aiofiles/Pkgfile | 1 + 1 file changed, 1 insertion(+) (limited to 'python3-aiofiles/Pkgfile') 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 } -- cgit v1.2.3