summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorValentin Volkl <valentin.volkl@cern.ch>2021-07-14 14:53:01 +0200
committerGitHub <noreply@github.com>2021-07-14 07:53:01 -0500
commite6e21b16d8489129cc60f0e83402da5f9ed99b2e (patch)
treee7067dddc37fc25dd1a1dd6c8acb9b796ff7d816 /var
parent555c054984afffbc6cc376be1b72da982d3638bc (diff)
downloadspack-e6e21b16d8489129cc60f0e83402da5f9ed99b2e.tar.gz
spack-e6e21b16d8489129cc60f0e83402da5f9ed99b2e.tar.bz2
spack-e6e21b16d8489129cc60f0e83402da5f9ed99b2e.tar.xz
spack-e6e21b16d8489129cc60f0e83402da5f9ed99b2e.zip
py-particle: add version 0.15.1 (#24834)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-particle/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-particle/package.py b/var/spack/repos/builtin/packages/py-particle/package.py
index 2a53657f35..d16ea9eccc 100644
--- a/var/spack/repos/builtin/packages/py-particle/package.py
+++ b/var/spack/repos/builtin/packages/py-particle/package.py
@@ -27,7 +27,8 @@ class PyParticle(PythonPackage):
depends_on('py-setuptools', type='build')
depends_on('py-attrs@19.2.0:', type=('build', 'run'))
- depends_on('py-hepunits@1.2.0:', type=('build', 'run'))
+ depends_on('py-hepunits@1.2.0:', when='@:0.12', type=('build', 'run'))
+ depends_on('py-hepunits@2.0.0:', when='@0.13:', type=('build', 'run'))
depends_on('py-importlib-resources@1.0:', when='^python@:3.6', type=('build', 'run'))
depends_on('py-enum34@1.1:', when='^python@:3.3', type=('build', 'run'))