[arch-commits] Commit in python/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 16 20:40:36 UTC 2020
Date: Monday, November 16, 2020 @ 20:40:36
Author: felixonmars
Revision: 401284
specify tzpath explicitly (FS#68643)
Modified:
python/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-16 17:34:07 UTC (rev 401283)
+++ PKGBUILD 2020-11-16 20:40:36 UTC (rev 401284)
@@ -60,7 +60,8 @@
--with-system-ffi \
--with-system-libmpdec \
--enable-loadable-sqlite-extensions \
- --without-ensurepip
+ --without-ensurepip \
+ --with-tzpath=/usr/share/zoneinfo
# Obtain next free server number for xvfb-run; this even works in a chroot environment.
export servernum=99
More information about the arch-commits
mailing list