Fixes #3675: Abinit: invalid spec on concretization #(3686)
This commit is contained in:
parent
7de6a28b15
commit
20f388cebd
@ -2248,7 +2248,7 @@ def satisfies(self, other, deps=True, strict=False, strict_deps=False):
|
|||||||
# If we need to descend into dependencies, do it, otherwise we're done.
|
# If we need to descend into dependencies, do it, otherwise we're done.
|
||||||
if deps:
|
if deps:
|
||||||
deps_strict = strict
|
deps_strict = strict
|
||||||
if self.concrete and not other.name:
|
if self._concrete and not other.name:
|
||||||
# We're dealing with existing specs
|
# We're dealing with existing specs
|
||||||
deps_strict = True
|
deps_strict = True
|
||||||
return self.satisfies_dependencies(other, strict=deps_strict)
|
return self.satisfies_dependencies(other, strict=deps_strict)
|
||||||
|
Loading…
Reference in New Issue
Block a user