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
@@ -24,7 +24,7 @@ pythonPackages.buildPythonApplication rec {
buildInputs = [ glibcLocales ];
propagatedBuildInputs = with pythonPackages; [
webtest bottle threadpool rocket-errbot requests jinja2
pyopenssl colorlog Yapsy markdown ansi pygments dns pep8
pyopenssl colorlog Yapsy markdown ansi pygments dnspython pep8
daemonize pygments-markdown-lexer telegram irc slackclient
sleekxmpp hypchat pytest
];