summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-04-29 12:52:50 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-04-29 13:02:35 +0200
commit2536fa0eb539460af04121fd996b139ca0c23b45 (patch)
tree54e0cd9cefd2acb780e7418ba91714b479cfe070 /rules
parente114953463bc240f44a46aceb5ca714f3844563c (diff)
downloadptxdist-2536fa0eb539460af04121fd996b139ca0c23b45.tar.gz
ptxdist-2536fa0eb539460af04121fd996b139ca0c23b45.tar.xz
python: version bump 2.7.16 -> 2.7.18ptxdist-2020.05.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/python.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/python.make b/rules/python.make
index 3cdeabd94..61642cf14 100644
--- a/rules/python.make
+++ b/rules/python.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON) += python
#
# Paths and names
#
-PYTHON_VERSION := 2.7.16
-PYTHON_MD5 := 30157d85a2c0479c09ea2cbe61f2aaf5
+PYTHON_VERSION := 2.7.18
+PYTHON_MD5 := fd6cc8ec0a78c44036f825e739f36e5a
PYTHON_MAJORMINOR := $(basename $(PYTHON_VERSION))
PYTHON_SITEPACKAGES := /usr/lib/python$(PYTHON_MAJORMINOR)/site-packages
PYTHON := Python-$(PYTHON_VERSION)