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

python3Packages.aio-georss-client: mark broken

(cherry picked from commit b0f76f96)
parent d4ab9e92
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,8 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "aio_georss_client" ];

  meta = with lib; {
    # https://github.com/exxamalte/python-aio-georss-client/issues/63
    broken = lib.versionAtLeast xmltodict.version "1";
    description = "Python library for accessing GeoRSS feeds";
    homepage = "https://github.com/exxamalte/python-aio-georss-client";
    changelog = "https://github.com/exxamalte/python-aio-georss-client/blob/v${version}/CHANGELOG.md";