Fix for bug 1579367
Due to https://pagure.io/koji/issue/912, python[23]-koji package does not
have egginfo.
rpm-py-installer is required as a proxy to install RPM python binding
library, so rpm is the actual requirement that must be present in the
requires.txt. But, rpkg has to work in all active Fedora and EPEL releases,
and there is only old rpm-python package in EL6 and 7, so just simply to
remove rpm-py-installer for now.
Fix for bug 1579367
Due to https://pagure.io/koji/issue/912, python[23]-koji package does not
have egginfo.
rpm-py-installer is required as a proxy to install RPM python binding
library, so rpm is the actual requirement that must be present in the
requires.txt. But, rpkg has to work in all active Fedora and EPEL releases,
and there is only old rpm-python package in EL6 and 7, so just simply to
remove rpm-py-installer for now.
Resolves: rhbz#1579367
Relates: https://pagure.io/koji/issue/912
Signed-off-by: Ondrej Nosek onosek@redhat.com