Replace git=git with explicit branch names

This commit is contained in:
Adam J. Stewart
2018-07-24 21:08:43 -05:00
committed by Todd Gamblin
parent 3f18c04865
commit 31417bf66c
29 changed files with 32 additions and 33 deletions

View File

@@ -32,7 +32,7 @@ class PySymengine(PythonPackage):
url = "https://github.com/symengine/symengine.py/archive/v0.2.0.tar.gz"
git = "https://github.com/symengine/symengine.py.git"
version('develop', git=git)
version('develop', branch='master')
version('0.2.0', 'e1d114fa12be4c8c7e9f24007e07718c')
# Build dependencies