python.pkgs.oslo-config: mark as broken

This commit is contained in:
Frederik Rietdijk 2017-09-02 10:11:44 +02:00
parent d447471ea1
commit 6b3755ed13

View File

@ -19,4 +19,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements.txt --replace "argparse" ""
'';
# Requires a bunch of new packages
meta.broken = true;
}