From d6eaf923909d3dbf61a50650f443562c83882520 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mar 18 2019 20:43:14 +0000 Subject: Python auto dependency generator is enabled in F30+ Update the final paragraph in the auto dependency generator to clarify that this is already enabled by default for Fedora 30 and later. --- diff --git a/guidelines/modules/ROOT/pages/Python.adoc b/guidelines/modules/ROOT/pages/Python.adoc index 06473eb..4203217 100644 --- a/guidelines/modules/ROOT/pages/Python.adoc +++ b/guidelines/modules/ROOT/pages/Python.adoc @@ -103,7 +103,7 @@ python3.7dist(tornado) >= 4 python3.7dist(traitlets) >= 4.2.1 .... -This generator will most likely be enabled by default in the future. If a packager wishes to explicitly opt out of the generator because the upstream metadata are not applicable, a packager MUST NOT assume that the generator won't be used simply because it is not enabled explicitly. Rather, they SHOULD opt out explicitly by adding: +This generator is enabled by default in Fedora 30 and later. If a packager wishes to explicitly opt out of the generator because the upstream metadata are not applicable, a packager SHOULD opt out explicitly by adding: `+%{?python_disable_dependency_generator}+`