summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pygit2/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pygit2/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pygit2/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/py-pygit2/package.py b/var/spack/repos/builtin/packages/py-pygit2/package.py
index 1459dc2a23..e31158be72 100644
--- a/var/spack/repos/builtin/packages/py-pygit2/package.py
+++ b/var/spack/repos/builtin/packages/py-pygit2/package.py
@@ -23,15 +23,15 @@ class PyPygit2(PythonPackage):
depends_on('py-setuptools', type='build')
# Version must match with libgit2
# See: https://www.pygit2.org/install.html
- depends_on('libgit2@1.1:1.1.99', when='@1.4:')
- depends_on('libgit2@1.0:1.0.99', when='@1.2:1.3.99')
- depends_on('libgit2@0.99:1.0.99', when='@1.1:1.1.99')
- depends_on('libgit2@0.28:0.28.99', when='@0.28:1.0.99')
- depends_on('libgit2@0.24:0.27.99', when='@0.24:0.27.99')
+ depends_on('libgit2@1.1.0:1.1', when='@1.4:')
+ depends_on('libgit2@1.0.0:1.0', when='@1.2:1.3')
+ depends_on('libgit2@0:1.0', when='@1.1.0:1.1')
+ depends_on('libgit2@0.28.0:0.28', when='@0.28:1.0')
+ depends_on('libgit2@0.24:0.27', when='@0.24:0.27')
depends_on('python@3.6:', when='@1.4.0:')
- depends_on('python@3.6:3.8.99', when='@1.2:1.3.99')
- depends_on('python@3.5:3.8.99', when='@1.0:1.1.99')
- depends_on('python@2.7:3.7.99', when='@0.28:0.99.99')
+ depends_on('python@3.6:3.8', when='@1.2:1.3')
+ depends_on('python@3.5:3.8', when='@1.0:1.1')
+ depends_on('python@2.7:3.7', when='@0.28:0')
depends_on('py-six', type=('build', 'run'), when='@:0.28.2')
depends_on('py-cffi@1.4.0:', type=('build', 'run'))
depends_on('py-cached-property', when='@1.1.0:1.5', type=('build', 'run'))