File saltbundlepy-flavor.patch of Package saltbundlepy-rpm-macros
--- a/compile-macros.sh 2021-10-01 17:41:04.000000000 +0300
+++ b/compile-macros.sh 2021-10-18 18:22:13.878250501 +0300
@@ -2,7 +2,7 @@
# The set of flavors for which we produce macros. Not identical to
# the buildset predefined for specific distributions (see below)
-FLAVORS="python2 python3 python36 python38 python39 pypy3"
+FLAVORS="saltbundlepy"
### flavor-specific: generate from flavor.in
for flavor in $FLAVORS; do
--- a/functions.lua 2021-10-01 17:41:04.000000000 +0300
+++ b/functions.lua 2021-10-18 19:27:23.070569745 +0300
@@ -29,6 +29,8 @@
python2 = "py2",
python3 = "py3",
pypy = "pypy",
+
+ saltbundlepy = "py3",
}
function replace_macros(str, targetflavor)