#3 Don't use python34 directly when relying on %{__python3}
Merged 5 years ago by luya. Opened 5 years ago by churchyard.
rpms/ churchyard/blender epel7-py34  into  epel7

file modified
+1 -1
@@ -35,7 +35,7 @@ 

  BuildRequires:  gettext

  BuildRequires:  libtool

  BuildRequires:  openssl-devel

- BuildRequires:  python34-devel >= 3.3

+ BuildRequires:  python%{python3_pkgversion}-devel >= 3.3

  BuildRequires:  cmake

  BuildRequires:  SDL-devel

  BuildRequires:  expat-devel

%{__python3} is from python%{python3_pkgversion}-devel.

Either hardcode python34 and /usr/bin/python3.4, or use the macros.

Pull-Request has been merged by luya

5 years ago