Skip to content

Commit 482d7bc

Browse files
python2: update to 2.7.18.13.
1 parent 5a65dc0 commit 482d7bc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

srcpkgs/python2/template

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'python2'
22
pkgname=python2
3-
version=2.7.18.11
4-
revision=2
3+
version=2.7.18.13
4+
revision=1
55
_commit=a22a1d856ea8c656debe6f9a8fe9fee1ffc3f144
66
pycompile_dirs="usr/lib/python2.7"
77
hostmakedepends="pkg-config"
@@ -27,6 +27,8 @@ if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
2727
makedepends+=" libxcrypt-devel"
2828
fi
2929

30+
CFLAGS="-Wno-incompatible-pointer-types" # for tkinter
31+
3032
pre_configure() {
3133
# Ensure that internal copies of expat and libffi are not used.
3234
rm -r Modules/expat

0 commit comments

Comments
 (0)