pythonPackages: rename dns -> dnspython

This commit is contained in:
rnhmjoj
2017-12-10 03:15:45 +01:00
parent 4e7deb7100
commit b56d92a53b
5 changed files with 11 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, openssl, makeWrapper, buildPythonApplication
, pytest, dns }:
, pytest, dnspython }:
buildPythonApplication rec {
name = "${pname}-${version}";
@@ -14,7 +14,7 @@ buildPythonApplication rec {
};
buildInputs = [ pytest ];
propagatedBuildInputs = [ openssl dns ];
propagatedBuildInputs = [ openssl dnspython ];
patchPhase = ''
substituteInPlace dknewkey.py --replace \