fix python deps
This commit is contained in:
parent
4202e4305b
commit
da2077e03e
@ -22,12 +22,16 @@ Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{nam
|
||||
%global srcname distribute
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: python2
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: jna
|
||||
BuildRequires: java-devel
|
||||
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python%{python3_pkgversion}
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
%endif # if with_python3
|
||||
%global _hardened_build 1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user