Loading pkgs/development/python-modules/aio-georss-client/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading pkgs/development/python-modules/georss-client/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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}"; Loading pkgs/servers/home-assistant/default.nix +0 −12 Original line number Diff line number Diff line Loading @@ -263,18 +263,6 @@ let }; }; # xmltodict>=1.0 not compatible with georss-client and aio-georss-client # https://github.com/exxamalte/python-aio-georss-client/issues/63 xmltodict = super.xmltodict.overridePythonAttrs rec { version = "0.15.1"; src = fetchFromGitHub { owner = "martinblech"; repo = "xmltodict"; tag = "v${version}"; hash = "sha256-j3shoXjAoAWFd+7k+0w6eoNygS2wkbhDkIq7QG+TmSM="; }; }; # internal python packages only consumed by home-assistant itself hass-web-proxy-lib = self.callPackage ./python-modules/hass-web-proxy-lib { }; home-assistant-frontend = self.callPackage ./frontend.nix { }; Loading Loading
pkgs/development/python-modules/aio-georss-client/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading
pkgs/development/python-modules/georss-client/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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}"; Loading
pkgs/servers/home-assistant/default.nix +0 −12 Original line number Diff line number Diff line Loading @@ -263,18 +263,6 @@ let }; }; # xmltodict>=1.0 not compatible with georss-client and aio-georss-client # https://github.com/exxamalte/python-aio-georss-client/issues/63 xmltodict = super.xmltodict.overridePythonAttrs rec { version = "0.15.1"; src = fetchFromGitHub { owner = "martinblech"; repo = "xmltodict"; tag = "v${version}"; hash = "sha256-j3shoXjAoAWFd+7k+0w6eoNygS2wkbhDkIq7QG+TmSM="; }; }; # internal python packages only consumed by home-assistant itself hass-web-proxy-lib = self.callPackage ./python-modules/hass-web-proxy-lib { }; home-assistant-frontend = self.callPackage ./frontend.nix { }; Loading