summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-celery/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-celery/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-celery/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/py-celery/package.py b/var/spack/repos/builtin/packages/py-celery/package.py
index ae99dcf6a1..8e805ee0d6 100644
--- a/var/spack/repos/builtin/packages/py-celery/package.py
+++ b/var/spack/repos/builtin/packages/py-celery/package.py
@@ -53,12 +53,12 @@ class PyCelery(PythonPackage):
depends_on('py-redis@3.2.0:', when='+redis', type=('build', 'run'))
depends_on('py-sqlalchemy', when='+sqlalchemy', type=('build', 'run'))
- depends_on('py-click@7.0:7.999', when="@5.0.0:5.999", type=('build', 'run'))
- depends_on('py-click-didyoumean@:0.0.3', when="@5.0.0:5.999", type=('build', 'run'))
- depends_on('py-click-repl@:0.1.6', when="@5.0.0:5.999", type=('build', 'run'))
+ depends_on('py-click@7.0:7', when="@5.0.0:5", type=('build', 'run'))
+ depends_on('py-click-didyoumean@:0.0.3', when="@5.0.0:5", type=('build', 'run'))
+ depends_on('py-click-repl@:0.1.6', when="@5.0.0:5", type=('build', 'run'))
depends_on('py-pytz@2019.3:', type=('build', 'run'))
- depends_on('py-billiard@3.6.3:3.999', type=('build', 'run'))
- depends_on('py-kombu@4.6.11', when="@4.3.0:4.999", type=('build', 'run'))
- depends_on('py-kombu@5.0.0:', when="@5.0.0:5.999", type=('build', 'run'))
- depends_on('py-vine@1.3.0', when="@4.3.0:4.999", type=('build', 'run'))
- depends_on('py-vine@5.0.0:', when="@5.0.0:5.999", type=('build', 'run'))
+ depends_on('py-billiard@3.6.3:3', type=('build', 'run'))
+ depends_on('py-kombu@4.6.11', when="@4.3.0:4", type=('build', 'run'))
+ depends_on('py-kombu@5.0.0:', when="@5.0.0:5", type=('build', 'run'))
+ depends_on('py-vine@1.3.0', when="@4.3.0:4", type=('build', 'run'))
+ depends_on('py-vine@5.0.0:', when="@5.0.0:5", type=('build', 'run'))