Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[RPM] Force brp-python-bytecompile to use python3
  • Loading branch information
daniviga committed May 17, 2018
1 parent d5cec14 commit 6446bc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rpm/qgis.spec.template
Expand Up @@ -6,6 +6,12 @@
# - _relver
# - _timestamp (optional)

# Force the python interpreter to python3:
# brp-python-bytecompile is unable to identify
# the proper required version of python for
# py files located under /usr/share/qgis/python/plugins
%global __python %{__python3}

%if %{_timestamp} > 0
%define builddate %(date -d @%{_timestamp} '+%a %b %d %Y')
%else
Expand Down

0 comments on commit 6446bc7

Please sign in to comment.