Skip to content

Commit 9c84e74

Browse files
committed
fix: packages: pyrobird: ~batch with when clause
1 parent 8f0e3e5 commit 9c84e74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spack-environment/packages.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,9 @@ packages:
328328
require:
329329
- '@0.1.23:'
330330
- +xrootd
331-
- ~batch # until 0.2.6, +batch requires py-pyppeteer which requires py-urllib3@1
331+
- spec: ~batch
332+
when: '@:0.2.6'
333+
message: "through at least 0.2.6, +batch requires py-pyppeteer which requires py-urllib3@1"
332334
pythia8:
333335
require:
334336
- '@8.315'

0 commit comments

Comments
 (0)