summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhyme Lyu2019-12-11 00:38:25 +0800
committerWhyme Lyu2019-12-11 00:38:25 +0800
commit17b71fa0dc5ce58b0bb53d1f2292cfe78a410ec6 (patch)
tree14d38f4128fc8017629e51253fd73e6594aa3e36
parent8fd8c7bf3280ef5e65411264ebfffa043e4e72ad (diff)
downloadaur-17b71fa0dc5ce58b0bb53d1f2292cfe78a410ec6.tar.gz
Remove dead code for https://bugs.python.org/issue34587
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f72ab174396..a74ae720dbe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,9 +47,6 @@ prepare() {
# Backport https://bugs.python.org/issue36044 to 3.7
patch -p1 -i ../0002-smaller-pgo-test-suite.patch
- # https://bugs.python.org/issue34587
- sed -i -e "s|testCongestion|disabled_&|" Lib/test/test_socket.py
-
# FS#23997
sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python|" Lib/cgi.py