summaryrefslogtreecommitdiffstats
path: root/package/python/python.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-28 23:52:21 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-07-01 14:57:00 +0200
commit4d9ae3daf608f1a1ee4afe8e69043b5a06443a37 (patch)
treef28f132433579407f9043f8c59236d4939fb32a8 /package/python/python.mk
parente5573e723695a830c05ae7a2649d811abc6b5061 (diff)
downloadbuildroot-4d9ae3daf608f1a1ee4afe8e69043b5a06443a37.tar.gz
buildroot-4d9ae3daf608f1a1ee4afe8e69043b5a06443a37.zip
python: bump to Python 2.7.7
Status of patches: - python-013-fix-readline-6.3.patch is removed, as it was a backport from an upstream fix. - all other patches are updated, with no special changes other than solving minor conflicts. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python/python.mk')
-rw-r--r--package/python/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python/python.mk b/package/python/python.mk
index 8a2ba65160..c005712488 100644
--- a/package/python/python.mk
+++ b/package/python/python.mk
@@ -5,7 +5,7 @@
################################################################################
PYTHON_VERSION_MAJOR = 2.7
-PYTHON_VERSION = $(PYTHON_VERSION_MAJOR).6
+PYTHON_VERSION = $(PYTHON_VERSION_MAJOR).7
PYTHON_SOURCE = Python-$(PYTHON_VERSION).tar.xz
PYTHON_SITE = http://python.org/ftp/python/$(PYTHON_VERSION)
PYTHON_LICENSE = Python software foundation license v2, others
OpenPOWER on IntegriCloud