#2 Use %{python3_version} instead of hardcoded 3.9
Closed 3 years ago by churchyard. Opened 3 years ago by churchyard.
rpms/ churchyard/glade python3_version  into  master

file modified
+2 -2
@@ -65,8 +65,8 @@ 

  %prep

  %setup -q

  

- # Hack in Python 3.9 support

- sed -i -e 's/python-3.8-embed/python-3.9-embed/g' meson.build

+ # Hack in Python 3.9+ support

+ sed -i -e 's/python-3.8-embed/python-%{python3_version}-embed/g' meson.build

  

  

  %build