Replace python('setup.py' with setup_py(
This commit is contained in:
parent
d4377c1293
commit
bc64990bc6
1 changed files with 1 additions and 3 deletions
|
@ -80,6 +80,4 @@ def patch(self):
|
||||||
"setup.py")
|
"setup.py")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
python('setup.py', 'install',
|
setup_py('install', '--prefix=%s' % prefix, '--jobs=%s' % make_jobs)
|
||||||
'--prefix=%s' % prefix,
|
|
||||||
'--jobs=%s' % make_jobs)
|
|
||||||
|
|
Loading…
Reference in a new issue