summaryrefslogtreecommitdiffstats
path: root/base/python/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/python/Pkgfile')
-rwxr-xr-xbase/python/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/base/python/Pkgfile b/base/python/Pkgfile
index 7d58b3f65..ece86814f 100755
--- a/base/python/Pkgfile
+++ b/base/python/Pkgfile
@@ -2,17 +2,16 @@
# URL: http://www.python.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-# Run on:
+# Depends on: expat
+# Run on: expat
name=python
version=3.2
-release=1
+release=2
source=( http://www.python.org/ftp/python/$version/Python-$version.tar.bz2)
build() {
cd Python-$version
- rm -r Modules/expat
rm -r Modules/zlib
rm -r Modules/_ctypes/{darwin,libffi}*