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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-celery/package.py b/var/spack/repos/builtin/packages/py-celery/package.py
index a4918da62c..2b44e16255 100644
--- a/var/spack/repos/builtin/packages/py-celery/package.py
+++ b/var/spack/repos/builtin/packages/py-celery/package.py
@@ -65,8 +65,8 @@ class PyCelery(PythonPackage):
depends_on('py-click-repl@0.2.0:', when="@5.2.0:", type=('build', 'run'))
depends_on('py-pytz@2019.3:', type=('build', 'run'))
depends_on('py-pytz@2021.3:', type=('build', 'run'), when="@5.2.3")
- depends_on('py-billiard@3.6.3:3', type=('build', 'run'))
- depends_on('py-billiard@3.6.4:3', type=('build', 'run'), when="@5.2.3")
+ depends_on('py-billiard@3.6.3.0:3', type=('build', 'run'))
+ depends_on('py-billiard@3.6.4.0:3', type=('build', 'run'), when="@5.2.3")
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.0", type=('build', 'run'))
depends_on('py-kombu@5.2.3:5', when="@5.2.0:5.2", type=('build', 'run'))