95cae6e
@@ -15,6 +15,7 @@
BuildRequires: python-setuptools
Requires: python
Requires: rpm-build
+ Requires: createrepo
%description
@@ -33,6 +34,7 @@
BuildRequires: python3-setuptools
Requires: python3
%description -n python3-rpmfluff
The yum repo building functionality requires that /usr/bin/createrepo is available.
Seems like createrepo includes yum in its dependency chain, might be worth updating rpmfluff to use createrepo_c as well or instead of this...
Pull-Request has been merged by jhutar
Thank you! Will create issue for createrepo_c usage.
The yum repo building functionality requires that /usr/bin/createrepo is
available.