summaryrefslogtreecommitdiff
path: root/src/stage4/patches/python2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage4/patches/python2.patch')
-rw-r--r--src/stage4/patches/python2.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/stage4/patches/python2.patch b/src/stage4/patches/python2.patch
new file mode 100644
index 0000000..a59f6e9
--- /dev/null
+++ b/src/stage4/patches/python2.patch
@@ -0,0 +1,20 @@
+--- a/PKGBUILD 2018-03-25 21:53:23.069659893 +0200
++++ b/PKGBUILD 2018-03-26 06:51:00.797288518 +0200
+@@ -14,7 +14,7 @@ license=('PSF')
+ url="http://www.python.org/"
+ depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi')
+ makedepends=('tk' 'bluez-libs')
+-checkdepends=('gdb' 'file' 'xorg-server-xvfb')
++checkdepends=('file' 'xorg-server-xvfb')
+ optdepends=('tk: for IDLE'
+ 'python2-setuptools'
+ 'python2-pip')
+@@ -90,7 +90,7 @@ check() {
+
+ cd Python-${pkgver}
+ LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
+- xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_bytes test_str test_string test_tuple test_unicode test_userstring
++ xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_gdb test_bytes test_str test_string test_tuple test_unicode test_userstring
+ }
+
+ package() {