summaryrefslogtreecommitdiffstats
path: root/extra/pyopenssl/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 08:08:32 +0000
committersibel <lesibel@free.fr>2010-12-29 08:08:32 +0000
commitfdc0a92cb8ba960b6a51b6e425943311ee419c32 (patch)
tree1d450b962578a83c3441ef0cf442a8b9372dc52b /extra/pyopenssl/Pkgfile
parenta3d664af4e36bce9aeedc4da790830f14064d348 (diff)
downloadnutyx-pakxe-fdc0a92cb8ba960b6a51b6e425943311ee419c32.tar.gz
nutyx-pakxe-fdc0a92cb8ba960b6a51b6e425943311ee419c32.tar.bz2
nutyx-pakxe-fdc0a92cb8ba960b6a51b6e425943311ee419c32.tar.xz
nutyx-pakxe-fdc0a92cb8ba960b6a51b6e425943311ee419c32.zip
pyopenssl#0.10-1, maj python
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
}