fix python_fedora build
(cherry picked from commit 959ab2ebcc19c6f44f2ec6ddb79d16af7d69d4d3) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
93a3ba3909
commit
0392197226
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user