Revert "Merge pull request #99496 from fadenb/localzone_dnspython_downgrade"
This reverts commit 1d122a89cf5f70daa8caf996d543a0e71473eed5, reversing changes made to 4304c709af6c1b6d96c3bc7a833a33e4cf93f9cc. 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:
parent
d2420da4d5
commit
696731acfb
@ -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 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user