Revert "Merge pull request #99496 from fadenb/localzone_dnspython_downgrade"
This reverts commit1d122a89cf, reversing changes made to4304c709af. Quoting FRidh: > Libraries cannot use a different version. If it is not compatible with the > current dnspython it needs to be marked as broken.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, dnspython_1
|
, dnspython
|
||||||
, sphinx
|
, sphinx
|
||||||
, pytest
|
, pytest
|
||||||
}:
|
}:
|
||||||
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "154l7qglsm4jrhqddvlas8cgl9qm2z4dzihv05jmsyqjikcmfwk8";
|
sha256 = "154l7qglsm4jrhqddvlas8cgl9qm2z4dzihv05jmsyqjikcmfwk8";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ dnspython_1 sphinx ];
|
propagatedBuildInputs = [ dnspython sphinx ];
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user