py-mdanalysis: correctly depend on py-gsd (#21133)
This commit is contained in:
parent
723f132531
commit
98788aa4bd
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class PyMdanalysis(PythonPackage):
|
|||
depends_on('py-six@1.4.0:', type=('build', 'run'))
|
||||
depends_on('py-networkx@1.0:', type=('build', 'run'))
|
||||
|
||||
depends_on('py-gsd@1.4.0:', when='@1.17.0:', type=('build', 'run'))
|
||||
depends_on('py-gsd@1.4.0:', when='@0.17.0:', type=('build', 'run'))
|
||||
depends_on('py-mmtf-python@1.0.0:', when='@0.16.0:', type=('build', 'run'))
|
||||
depends_on('py-mock', when='@0.18.0:', type=('build', 'run'))
|
||||
depends_on('py-tqdm@4.43.0:', when='@1.0.0:', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue