From 41d4ff3b4cc22bba87002f5a60b90a96bec4eccf Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 24 Jun 2019 12:30:17 +0000 Subject: [PATCH] extra/python to 3.7.3-2 --- extra/python/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index 8feeca39c..99fcd4f4f 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -11,7 +11,7 @@ pkgname=python pkgver=3.7.3 -pkgrel=1 +pkgrel=2 _pybasever=${pkgver%.*} pkgdesc="Next generation of the python high-level scripting language" arch=('x86_64') @@ -105,7 +105,8 @@ check() { LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \ LC_CTYPE=en_US.UTF-8 xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" -a -n "$servernum" \ "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_gdb -x test_idle -x test_tk -x test_ttk_guionly \ - -x test_cmd_line_script -x test_compileall -x test_importlib -x test_multiprocessing_main_handling -x test_py_compile -x test_runpy + -x test_cmd_line_script -x test_compileall -x test_importlib -x test_multiprocessing_main_handling -x test_py_compile -x test_runpy \ + -x test_httplib } package() {