From bcf137f28a8d83d0bd520939cdbbc0d6f1e83215 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Thu, 5 Oct 2017 15:55:32 +0200 Subject: [PATCH] Modify python3_pkgversion for the new Platform-Python implementation --- macros.python-srpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros.python-srpm b/macros.python-srpm index 38a71dc..edc53e6 100644 --- a/macros.python-srpm +++ b/macros.python-srpm @@ -1,6 +1,6 @@ # python3_pkgversion specifies the version of Python 3 in the distro. It can be # a specific version (e.g. 34 in Fedora EPEL7) -%python3_pkgversion 3 +%python3_pkgversion 36 # Set to /bin/true to avoid %ifdefs and %{? in specfiles %__python3_other /bin/true