summaryrefslogtreecommitdiff
path: root/package/python3
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-13 09:34:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-13 09:34:02 +0200
commite251f8299bf34e329613e68116d47e124192bc84 (patch)
tree82aaada62ba14e302c6db2617117543a1dbeebe2 /package/python3
parent3b7b09fd2d8c6962e14f5f5464fe4a0570235df2 (diff)
use static-libgc not only for base, simplifies dependencies, just a few bytes bigger for a xbmc build
Diffstat (limited to 'package/python3')
-rw-r--r--package/python3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python3/Makefile b/package/python3/Makefile
index e939a9155..3b01a5eb7 100644
--- a/package/python3/Makefile
+++ b/package/python3/Makefile
@@ -7,9 +7,9 @@ PKG_NAME:= python3
PKG_VERSION:= 3.4.0
PKG_RELEASE:= 1
PKG_MD5SUM:= 77c22725e14af3d71022cbfdebff4903
-PKG_DESCR:= Python scripting language (Version 3)
+PKG_DESCR:= python scripting language (Version 3)
PKG_SECTION:= lang
-PKG_DEPENDS:= libpthread libgcc libffi
+PKG_DEPENDS:= libpthread libffi
PKG_BUILDDEP:= python3-host libffi
HOST_BUILDDEP:= libffi-host
PKG_URL:= http://www.python.org/