Merge pull request #99496 from fadenb/localzone_dnspython_downgrade
python3Packages.localzone: Downgrade dnspython dependency
This commit is contained in:
commit
1d122a89cf
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue