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

@@ -23,7 +23,7 @@ python2.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python2.pkgs; [
argparse
boto
dns
dnspython
];
meta = with lib; {