diff --git a/msvsphere-i686/general.conf b/msvsphere-i686/general.conf index c145324..a11975f 100644 --- a/msvsphere-i686/general.conf +++ b/msvsphere-i686/general.conf @@ -37,7 +37,7 @@ check_deps = False gather_method = { # Anything that is not AppStream, PowerTools or Buildroot should use the old depsolver - "^(?!(AppStream|PowerTools|Server|Buildroot)).*$": { + "^(?!(AppStream|PowerTools|Buildroot)).*$": { "comps": "deps", "json": "deps", }, diff --git a/msvsphere/general.conf b/msvsphere/general.conf index adc8f8d..982c401 100644 --- a/msvsphere/general.conf +++ b/msvsphere/general.conf @@ -37,7 +37,7 @@ check_deps = False gather_method = { # Anything that is not AppStream, PowerTools or Buildroot should use the old depsolver - "^(?!(AppStream|PowerTools|Server|Buildroot)).*$": { + "^(?!(AppStream|PowerTools|Buildroot)).*$": { "comps": "deps", "json": "deps", },