#1 Enable python3 for rhel > 7
Merged 5 years ago by tdawson. Opened 5 years ago by yselkowitz.
rpms/ yselkowitz/lensfun master  into  master

file modified
+1 -2
@@ -1,5 +1,4 @@ 

- 

- %if !0%{?bootstrap} && 0%{?fedora} > 23

+ %if !0%{?bootstrap} && (0%{?fedora} > 23 || 0%{?rhel} > 7)

  %global tests 1

  %global python3 1

  %endif

Metadata