From c71a4079648252a3f250aa5245644389a1ac8a4d Mon Sep 17 00:00:00 2001 From: mprahl Date: Jan 22 2018 16:28:22 +0000 Subject: Workaround because python2-koji has no egg-info file at the momement --- diff --git a/module-build-service.spec b/module-build-service.spec index 67c8251..54bff4b 100644 --- a/module-build-service.spec +++ b/module-build-service.spec @@ -172,6 +172,8 @@ for a number of tasks: %prep %setup -q +# Workaround because python2-koji has no egg-info file at the momement +sed -i '/koji/d' requirements.txt # Simply remove an old .pyc file that was included in one release.