14
0
Tomáš Chvátal
2020-01-17 12:49:58 +00:00
committed by Git OBS Bridge
parent 26c6afde9a
commit 82a9d7727c

View File

@@ -17,12 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{suse_version} > 1500
%bcond_with python2
%define skip_python2 1
%else
%bcond_without python2
%endif
%bcond_without test
Name: python-PyInstaller
Version: 3.6
@@ -60,10 +55,12 @@ BuildRequires: %{python_module pycountry}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module qt5}
BuildRequires: %{python_module setuptools}
%if %{with python2}
BuildRequires: python-dis3
%endif
BuildRequires: upx
%endif
%if %{with python2}
%ifpython2
Requires: python-dis3
%endif
%python_subpackages