From 9f17cbf77e2407290d3057711555a8b511c2cf86 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Wed, 21 Dec 2016 13:19:06 +0000 Subject: [PATCH] Python: update to Python-2.7.13 --- packages/lang/Python/package.mk | 2 +- .../Python/patches/Python-2.7.11-010-fix-python-config.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/lang/Python/package.mk b/packages/lang/Python/package.mk index f266bc7402..ebc90abeae 100644 --- a/packages/lang/Python/package.mk +++ b/packages/lang/Python/package.mk @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="Python" -PKG_VERSION="2.7.12" +PKG_VERSION="2.7.13" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="OSS" diff --git a/packages/lang/Python/patches/Python-2.7.11-010-fix-python-config.patch b/packages/lang/Python/patches/Python-2.7.11-010-fix-python-config.patch index 7654d9d9b2..7843c78b9a 100644 --- a/packages/lang/Python/patches/Python-2.7.11-010-fix-python-config.patch +++ b/packages/lang/Python/patches/Python-2.7.11-010-fix-python-config.patch @@ -61,7 +61,7 @@ Index: b/Makefile.pre.in @@ -410,7 +410,7 @@ # Default target - all: build_all + all: @DEF_MAKE_ALL_RULE@ -build_all: $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks +build_all: $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks python-config