Do not mention pdc_client when missing modulemd
JIRA: COMPOSE-4007 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
12828849d6
commit
b043ac66dc
@ -80,7 +80,7 @@ class GatherPhase(PhaseBase):
|
|||||||
# Modules are not supported, check if we need them
|
# Modules are not supported, check if we need them
|
||||||
for variant in self.compose.variants.values():
|
for variant in self.compose.variants.values():
|
||||||
if variant.modules:
|
if variant.modules:
|
||||||
errors.append('Modular compose requires pdc_client and libmodulemd packages.')
|
errors.append('Modular compose requires libmodulemd package.')
|
||||||
|
|
||||||
# check whether variants from configuration value 'variant_as_lookaside' are correct
|
# check whether variants from configuration value 'variant_as_lookaside' are correct
|
||||||
variant_as_lookaside = self.compose.conf.get("variant_as_lookaside", [])
|
variant_as_lookaside = self.compose.conf.get("variant_as_lookaside", [])
|
||||||
|
Loading…
Reference in New Issue
Block a user