From 7a85f34d7a40d23a57ab8502d891cfa4fb782054 Mon Sep 17 00:00:00 2001 From: "Tristan Helmich (omniIT)" Date: Sat, 3 Oct 2020 18:22:36 +0000 Subject: python3Packages.localzone: Use dnspython_1 localzone is currently incompatible with dnspython 2 --- pkgs/development/python-modules/localzone/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules') diff --git a/pkgs/development/python-modules/localzone/default.nix b/pkgs/development/python-modules/localzone/default.nix index 3827c297205..24b4dc840fb 100644 --- a/pkgs/development/python-modules/localzone/default.nix +++ b/pkgs/development/python-modules/localzone/default.nix @@ -1,7 +1,7 @@ { stdenv , buildPythonPackage , fetchFromGitHub -, dnspython +, dnspython_1 , sphinx , pytest }: @@ -17,7 +17,7 @@ buildPythonPackage rec { sha256 = "154l7qglsm4jrhqddvlas8cgl9qm2z4dzihv05jmsyqjikcmfwk8"; }; - propagatedBuildInputs = [ dnspython sphinx ]; + propagatedBuildInputs = [ dnspython_1 sphinx ]; checkInputs = [ pytest ]; -- cgit 1.4.1