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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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')