pycurl: use the default python.

This commit is contained in:
Jerome Duval
2019-10-24 12:55:41 +02:00
parent fbd803f66d
commit 6bc45b733d

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2001-2008 Kjetil Jacobsen
2013-2018 Oleg Pudeyev"
LICENSE="GNU LGPL v2.1
MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/pycurl/pycurl/archive/REL_${portVersion//./_}.tar.gz"
CHECKSUM_SHA256="553047902a738cc2e6b1cd42783a9d0992e47086773be30027a71e1293493c39"
SOURCE_DIR="pycurl-REL_${portVersion//./_}"
@@ -97,7 +97,7 @@ INSTALL()
installLocation="$prefix"/lib/$python/vendor-packages/
export PYTHONPATH="$installLocation"
rm -rf build
make
make PYTHON=$python
mkdir -p "$installLocation"
$python setup.py build install --root=/ --prefix="$prefix"