summaryrefslogtreecommitdiffstats
path: root/extra/pyopenssl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pyopenssl/Pkgfile')
-rw-r--r--extra/pyopenssl/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/pyopenssl/Pkgfile b/extra/pyopenssl/Pkgfile
index 35cd56bd0..e4f81bde4 100644
--- a/extra/pyopenssl/Pkgfile
+++ b/extra/pyopenssl/Pkgfile
@@ -2,7 +2,7 @@
# URL: https://launchpad.net/pyopenssl
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: python
+# Depends on:
name=pyopenssl
version=0.10
@@ -11,7 +11,7 @@ source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-$version.ta
build() {
cd pyOpenSSL-$version
- python setup.py install --prefix=$PKG/usr
+ python2 setup.py install --prefix=$PKG/usr
chown -R root:root $PKG
}