Commit 00b325c3 authored by Robert Schütz's avatar Robert Schütz Committed by github-actions[bot]
Browse files

python3Packages.georss-client: mark broken

(cherry picked from commit 4cedbdbf)
parent 47c9c0c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "georss_client" ];

  meta = with lib; {
    broken = lib.versionAtLeast xmltodict.version "1";
    description = "Python library for accessing GeoRSS feeds";
    homepage = "https://github.com/exxamalte/python-georss-client";
    changelog = "https://github.com/exxamalte/python-georss-client/releases/tag/${src.tag}";