Skip to content

Commit 9350a0f

Browse files
committed
Added py-requests as dependency for viz
Now specify a fixed, older version for py-flask-sqlalchemy as we're stuck in dependency hell being reliant on deprecated py-flask-script
1 parent 46847db commit 9350a0f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

spack/repo/chimbuko/packages/chimbuko-visualization2/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class ChimbukoVisualization2(Package):
2525
depends_on('py-eventlet', type=('build', 'run'))
2626
depends_on('py-runstats', type=('build', 'run'))
2727
depends_on('py-redis', type=('build', 'run'))
28+
depends_on('py-requests', type=('build','run'))
2829
depends_on('redis', type='run')
2930
depends_on('curl', type='run')
3031

spack/repo/chimbuko/packages/py-flask-sqlalchemy/package.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ class PyFlaskSqlalchemy(PythonPackage):
1313
git = "https://github.com/pallets/flask-sqlalchemy"
1414

1515
#version('master', branch='master')
16-
version('main', branch='main')
16+
#version('main', branch='main')
17+
version('2.5.1', tag='2.5.1')
18+
1719

1820
depends_on('py-setuptools', type='build')
1921
depends_on('py-flask@1.0.4:', type=('build', 'run'))

0 commit comments

Comments
 (0)