python3Packages.localzone: Use dnspython_1
localzone is currently incompatible with dnspython 2
This commit is contained in:
parent
61717662e1
commit
7a85f34d7a
@ -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 ];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user