From 195c90ab54617e59f4123daea11af12888546f604eb577f67ba1407fdd82192c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 17 Sep 2020 16:12:44 +0000 Subject: [PATCH] OK, this is a bad typo OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=109 --- python-rpm-macros.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 1726c2d..ddf0cf6 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -58,7 +58,7 @@ dependencies automatically. mv macros-default-pythons macros/035-default-pythons %endif %if 0%{?suse_version} >= 1550 -sed -i -e '/^%{system_python}/s/python2/python3/' macros/010-common-defs +sed -i -e '/^%system_python/s/python2/python3/' macros/010-common-defs %endif %build