Revert "Merge pull request #99496 from fadenb/localzone_dnspython_downgrade"

This reverts commit 1d122a89cf, reversing
changes made to 4304c709af.

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:
Martin Weinelt 2020-10-04 17:04:52 +02:00 committed by Jon
parent d2420da4d5
commit 696731acfb

View file

@ -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 ];