Skip to content
Snippets Groups Projects
Commit bc64990b authored by Adam J. Stewart's avatar Adam J. Stewart
Browse files

Replace python('setup.py' with setup_py(

parent d4377c12
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,4 @@ def patch(self):
"setup.py")
def install(self, spec, prefix):
python('setup.py', 'install',
'--prefix=%s' % prefix,
'--jobs=%s' % make_jobs)
setup_py('install', '--prefix=%s' % prefix, '--jobs=%s' % make_jobs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment