From 157fa4605d05dcfd18f249a48dffcf1912d98213 Mon Sep 17 00:00:00 2001 From: josef radinger Date: Mar 15 2023 21:00:47 +0000 Subject: small typo --- diff --git a/guidelines/modules/ROOT/pages/Python.adoc b/guidelines/modules/ROOT/pages/Python.adoc index 7ec93ce..945de27 100644 --- a/guidelines/modules/ROOT/pages/Python.adoc +++ b/guidelines/modules/ROOT/pages/Python.adoc @@ -617,7 +617,7 @@ or a macro should be used to get the version. Packages *SHOULD NOT* have an explicit runtime dependency on `+python3+`. Instead of depending on `+python3+`, -packges have an automatic dependency on `+python(abi) = 3.X+` +packages have an automatic dependency on `+python(abi) = 3.X+` when they install files to `+%{python3_sitelib}+` or `+%{python3_sitearch}+`, or they have an automatic dependency on `+/usr/bin/python3+` if they have executable Python scripts,