python3Packages.georss-ingv-centro-nazionale-terremoti-client: mark as broken

Sends an incompatible format to georss_client.xml_parser
This commit is contained in:
Sarah Clark
2025-11-28 10:45:51 -08:00
parent 9a81fd6508
commit f8d34efc6d
@@ -36,5 +36,6 @@ buildPythonPackage rec {
changelog = "https://github.com/exxamalte/python-georss-ingv-centro-nazionale-terremoti-client/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
broken = true; # Sends a dict to georss_client.xml_parser which expects a string or character stream
};
}