py-astropy: remove install_options (#28448)
This commit is contained in:
parent
5688252a1f
commit
cb95a30be7
@ -81,9 +81,6 @@ def install_options(self, spec, prefix):
|
|||||||
'--use-system-expat'
|
'--use-system-expat'
|
||||||
]
|
]
|
||||||
|
|
||||||
if spec.satisfies('^python@3:'):
|
|
||||||
args.extend(['-j', str(make_jobs)])
|
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
|
||||||
@run_after('install')
|
@run_after('install')
|
||||||
|
Loading…
Reference in New Issue
Block a user