fix python_fedora build

(cherry picked from commit 959ab2ebcc)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2015-08-27 12:52:16 +02:00
parent 93a3ba3909
commit 0392197226

View file

@ -11068,6 +11068,11 @@ let
};
propagatedBuildInputs = with self; [ kitchen requests bunch paver ];
doCheck = false;
# https://github.com/fedora-infra/python-fedora/issues/140
preBuild = ''
sed -i '4,15d' setup.py
'';
});
python_simple_hipchat = buildPythonPackage rec {