pythonPackages: rename dns -> dnspython

This commit is contained in:
rnhmjoj
2017-12-10 15:27:06 +01:00
parent c4a5ab728b
commit 491bc4cfed
14 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder, nose, dns
{ stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder, nose, dnspython
, chardet, lmtpd, pythondaemon, six, jinja2, mock }:
buildPythonPackage rec {
@@ -18,7 +18,7 @@ buildPythonPackage rec {
};
checkInputs = [ nose jinja2 mock ];
propagatedBuildInputs = [ chardet dns lmtpd pythondaemon six ];
propagatedBuildInputs = [ chardet dnspython lmtpd pythondaemon six ];
meta = with stdenv.lib; {
homepage = http://salmon-mail.readthedocs.org/;