We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cec14 commit 6446bc7Copy full SHA for 6446bc7
rpm/qgis.spec.template
@@ -6,6 +6,12 @@
6
# - _relver
7
# - _timestamp (optional)
8
9
+# Force the python interpreter to python3:
10
+# brp-python-bytecompile is unable to identify
11
+# the proper required version of python for
12
+# py files located under /usr/share/qgis/python/plugins
13
+%global __python %{__python3}
14
+
15
%if %{_timestamp} > 0
16
%define builddate %(date -d @%{_timestamp} '+%a %b %d %Y')
17
%else
0 commit comments