We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f6cbe commit 2c26c6aCopy full SHA for 2c26c6a
lib/rift/graph.py
@@ -73,10 +73,8 @@ def depends_on(self, node):
73
# If dependencies are not defined in info.yaml, look at build requires
74
# and produced subpackages found in spec file.
75
return any(
76
- [
77
- build_require in node.subpackages
78
- for build_require in self.build_requires
79
- ]
+ build_require in node.subpackages
+ for build_require in self.build_requires
80
)
81
82
def required_subpackages(self, rdep):
0 commit comments