https://bugzilla.redhat.com/show_bug.cgi?id=1503915
--- Comment #3 from Igor Gnatenko ignatenko@redhat.com ---
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
drop this
Group: Development/Libraries
not needed
Prefix: %{_prefix}
drop this
Vendor: Dusan Klinec dusan.klinec@gmail.com
drop this
python setup.py build
%py2_build
python setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
%py2_install
* all python requires should be python2- prefixed * any reason to make it py2 instead of py3?