py-astropy: remove install_options (#28448)

This commit is contained in:
Adam J. Stewart
2022-01-19 05:35:01 -06:00
committed by GitHub
parent 5688252a1f
commit cb95a30be7

View File

@@ -81,9 +81,6 @@ def install_options(self, spec, prefix):
'--use-system-expat'
]
if spec.satisfies('^python@3:'):
args.extend(['-j', str(make_jobs)])
return args
@run_after('install')