Add python basic packages as externals

This commit is contained in:
Jose Gracia 2024-07-12 09:26:22 -05:00
parent 212f94032d
commit 893717feef

View file

@ -126,6 +126,17 @@ packages:
require:
- '%gcc@7.5'
- '+libiberty'
# Some basic python packages which are part of the OS python
py-pip:
externals:
- spec: py-pip@20.0.2
prefix: /usr
buildable: false
py-setuptools:
externals:
- spec: py-setuptools@44.1.1
prefix: /usr
buildable: false
# packages which have been discovered by spack external find --all
python:
externals: