Skip to content

Commit 64bf5bd

Browse files
committed
Fix spack package for py-flask-sqlalchemy failing because they renamed master->main branch
1 parent 97dcf50 commit 64bf5bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • spack/repo/chimbuko/packages/py-flask-sqlalchemy

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

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

15-
version('master', branch='master')
15+
#version('master', branch='master')
16+
version('main', branch='main')
1617

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

0 commit comments

Comments
 (0)