summaryrefslogtreecommitdiffstats
path: root/extra/p5-pycurl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/p5-pycurl/Pkgfile')
-rw-r--r--extra/p5-pycurl/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/p5-pycurl/Pkgfile b/extra/p5-pycurl/Pkgfile
index 2dec20a32..1da8e6d3a 100644
--- a/extra/p5-pycurl/Pkgfile
+++ b/extra/p5-pycurl/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://pycurl.sourceforge.net
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
-# Depends on: python, curl
+# Depends oni: curl
name=p5-pycurl
version=7.19.0
@@ -11,6 +11,6 @@ source=(http://pycurl.sourceforge.net/download/pycurl-$version.tar.gz)
build() {
cd $SRC/pycurl-$version
- python setup.py install --curl-config=/usr/bin/curl-config --prefix $PKG/usr
+ python2 setup.py install --curl-config=/usr/bin/curl-config --prefix $PKG/usr
}