Add python basic packages as externals
This commit is contained in:
parent
212f94032d
commit
893717feef
1 changed files with 11 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue