Remove constraints on dependency versions
This commit is contained in:
parent
d20ca32440
commit
ea9d0c0263
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ class Mpc(Package):
|
|||
version('1.0.3', 'd6a1d5f8ddea3abd2cc3e98f58352d26')
|
||||
version('1.0.2', '68fadff3358fb3e7976c7a398a0af4c3')
|
||||
|
||||
depends_on("gmp@4.3.2:")
|
||||
depends_on("mpfr@2.4.2:")
|
||||
depends_on("gmp")
|
||||
depends_on("mpfr")
|
||||
|
||||
def url_for_version(self, version):
|
||||
if version < Version("1.0.1"):
|
||||
|
|
Loading…
Reference in a new issue