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