py-particle: add version 0.15.1 (#24834)
This commit is contained in:
		| @@ -27,7 +27,8 @@ class PyParticle(PythonPackage): | |||||||
|     depends_on('py-setuptools', type='build') |     depends_on('py-setuptools', type='build') | ||||||
| 
 | 
 | ||||||
|     depends_on('py-attrs@19.2.0:', type=('build', 'run')) |     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-importlib-resources@1.0:', when='^python@:3.6', type=('build', 'run')) | ||||||
| 
 | 
 | ||||||
|     depends_on('py-enum34@1.1:', when='^python@:3.3', type=('build', 'run')) |     depends_on('py-enum34@1.1:', when='^python@:3.3', type=('build', 'run')) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Valentin Volkl
					Valentin Volkl