drop redundant dependency on setuptools
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
6d06751a70
commit
d60a5eb7c9
@ -47,7 +47,6 @@ for more information.
|
||||
Summary: Linux Distribution - a Linux OS platform information API
|
||||
%{?python_provide:%python_provide python2-%{pypi_name}}
|
||||
|
||||
Requires: python-setuptools
|
||||
Requires: /usr/bin/lsb_release
|
||||
|
||||
%description -n python2-%{pypi_name}
|
||||
@ -71,7 +70,6 @@ This package provides python2 module.
|
||||
Summary: Linux Distribution - a Linux OS platform information API
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
|
||||
Requires: python3-setuptools
|
||||
Requires: /usr/bin/lsb_release
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user