summaryrefslogtreecommitdiffstats
path: root/extra/pycrypto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pycrypto/Pkgfile')
-rwxr-xr-xextra/pycrypto/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/pycrypto/Pkgfile b/extra/pycrypto/Pkgfile
index 4cc1f1139..be1f3adac 100755
--- a/extra/pycrypto/Pkgfile
+++ b/extra/pycrypto/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://www.amk.ca/python/code/crypto.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: python
+# Depends on:
name=pycrypto
version=2.0.1
@@ -12,6 +12,6 @@ source=( http://www.amk.ca/files/python/crypto/$name-$version.tar.gz)
build() {
cd $name-$version
- python setup.py build install --root=$PKG
+ python2 setup.py build install --root=$PKG
}