summaryrefslogtreecommitdiff
path: root/package/python2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-31 09:20:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-31 09:20:22 +0100
commitb520d5c344c10b079673446d7f3cce1c24449d2a (patch)
tree761138f41d758385ac79877b63314fdbf49fb70c /package/python2/Makefile
parentf25b3442d6f58604117dfe73506e4d79f95c59d6 (diff)
forgot to import regular expression module
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r--package/python2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index 82c89c433..2eb0e7bde 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= python2
PKG_VERSION:= 2.7.5
-PKG_RELEASE:= 3
+PKG_RELEASE:= 2
PKG_MD5SUM:= b4f01a1d0ba0b46b05c73b2ac909b1df
PKG_DESCR:= Python scripting language (Version 2)
PKG_SECTION:= lang