We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccf3c4 commit bcb0f72Copy full SHA for bcb0f72
1 file changed
spack/repo/chimbuko/packages/chimbuko-visualization2/package.py
@@ -20,7 +20,7 @@ class ChimbukoVisualization2(Package):
20
depends_on('py-flask-socketio', type=('build', 'run'))
21
depends_on('py-sqlalchemy', type=('build', 'run'))
22
depends_on('py-werkzeug', type=('build', 'run'))
23
- depends_on('py-celery@4.3.0', type=('build', 'run'))
+ depends_on('py-celery', type=('build', 'run'))
24
depends_on('py-gevent', type=('build', 'run'))
25
depends_on('py-eventlet', type=('build', 'run'))
26
depends_on('py-runstats', type=('build', 'run'))
0 commit comments