python.pkgs.mwlib: mark as broken

Changed files
+1
pkgs
+1
pkgs/top-level/python-packages.nix
···
description = "Library for parsing MediaWiki articles and converting them to different output formats";
homepage = "http://pediapress.com/code/";
license = licenses.bsd3;
+
broken = true; # Requires different versions of packages
};
};