Do not mention pdc_client when missing modulemd

JIRA: COMPOSE-4007
Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
Haibo Lin 2019-12-18 13:50:49 +08:00
parent 12828849d6
commit b043ac66dc
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class GatherPhase(PhaseBase):
# Modules are not supported, check if we need them
for variant in self.compose.variants.values():
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
variant_as_lookaside = self.compose.conf.get("variant_as_lookaside", [])