pythonPackages: rename dns -> dnspython
This commit is contained in:
@@ -36,7 +36,7 @@ in buildPythonPackage rec {
|
||||
dontPatchShebangs = false;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pycrypto paramiko jinja pyyaml httplib2 boto six netaddr dns
|
||||
pycrypto paramiko jinja pyyaml httplib2 boto six netaddr dnspython
|
||||
] ++ stdenv.lib.optional windowsSupport pywinrm;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
@@ -38,7 +38,7 @@ in buildPythonPackage rec {
|
||||
dontPatchShebangs = false;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pycrypto paramiko jinja pyyaml httplib2 boto six netaddr dns
|
||||
pycrypto paramiko jinja pyyaml httplib2 boto six netaddr dnspython
|
||||
] ++ stdenv.lib.optional windowsSupport pywinrm;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
@@ -24,7 +24,7 @@ pythonPackages.buildPythonPackage rec {
|
||||
dontPatchShebangs = false;
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
pycrypto paramiko jinja2 pyyaml httplib2 boto six netaddr dns
|
||||
pycrypto paramiko jinja2 pyyaml httplib2 boto six netaddr dnspython
|
||||
] ++ stdenv.lib.optional windowsSupport pywinrm;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
@@ -24,7 +24,7 @@ pythonPackages.buildPythonPackage rec {
|
||||
dontPatchShebangs = false;
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
pycrypto paramiko jinja2 pyyaml httplib2 boto six netaddr dns
|
||||
pycrypto paramiko jinja2 pyyaml httplib2 boto six netaddr dnspython
|
||||
] ++ stdenv.lib.optional windowsSupport pywinrm;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
@@ -23,7 +23,7 @@ python2.pkgs.buildPythonApplication rec {
|
||||
propagatedBuildInputs = with python2.pkgs; [
|
||||
argparse
|
||||
boto
|
||||
dns
|
||||
dnspython
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user