Only get latest build of latest stream when determining requirements

This commit is contained in:
Brendan Reilly
2020-07-14 15:47:12 -04:00
parent face187260
commit 5c13368f77
2 changed files with 19 additions and 2 deletions

View File

@@ -452,7 +452,7 @@ class TestModuleStreamExpansion:
"requires": {},
"buildrequires": {"platform": ["f29.1.0"], "gtk": ["1"]},
}],
["platform:f29.0.0:0:c11", "gtk:1:0:c2", "gtk:1:2:c2", "platform:f29.1.0:0:c11"],
["platform:f29.0.0:0:c11", "gtk:1:2:c2", "platform:f29.1.0:0:c11"],
)
],
)