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
+1 -1
View File
@@ -14,7 +14,7 @@ in stdenv.mkDerivation rec {
sha256 = "05wn744ydclpnpyah6yfjqlfjlasrrhzj48lqmm5a91nyps5yqyn";
};
pythonPath = with pythonPackages; [ dns m2crypto ipaddr python-gnupg
pythonPath = with pythonPackages; [ dnspython m2crypto ipaddr python-gnupg
pyunbound ];
buildInputs = [ pythonPackages.wrapPython ];