From 3bf74ff35396362a31c94a938756c8bf470ddd83 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Oct 27 2022 16:20:17 +0000 Subject: Update %pyproject_check_import description to match reality Newly, %{pyproject_save_files} only saves public modules whose names match any of the MODNAME globs provided as an argument. Related: https://bugzilla.redhat.com/2127958 --- diff --git a/guidelines/modules/ROOT/pages/Python.adoc b/guidelines/modules/ROOT/pages/Python.adoc index d399e90..721be9a 100644 --- a/guidelines/modules/ROOT/pages/Python.adoc +++ b/guidelines/modules/ROOT/pages/Python.adoc @@ -1587,7 +1587,8 @@ to ensure the packaged versions of modules are imported. * `+%pyproject_check_import+` + Imports all public modules found by -<>. +<> whose names match +any of the provided `+MODNAME+` globs. + This macro needs to be used with `+%pyproject_save_files+` (use `+%py3_check_import+` in other cases).