Fix a typo in the MBS configuration

This commit is contained in:
mprahl 2019-09-11 14:43:05 +00:00 committed by Pierre-Yves Chibon
parent 0e5a9ed931
commit d753f704ad

View file

@ -214,5 +214,5 @@ class ProdConfiguration(BaseConfiguration):
# against platform:f30, it wouldn't be possible to buildrequire a module
# built against platform:f29. This is not intended behaviour in Fedora
# and therefore we want to turn this feature off.
ALLOW_ONLY_COMPATIBLE_BASE_MODULE = False
ALLOW_ONLY_COMPATIBLE_BASE_MODULES = False