docker-compose: remove ipaddress

This commit is contained in:
Kirill Radzikhovskyy 2022-06-05 09:16:19 +10:00
parent daeda0283b
commit fa2f9199e4

View File

@ -2,7 +2,7 @@
, installShellFiles , installShellFiles
, mock, pytest, nose , mock, pytest, nose
, pyyaml, backports_ssl_match_hostname, colorama, docopt , pyyaml, backports_ssl_match_hostname, colorama, docopt
, dockerpty, docker, ipaddress, jsonschema, requests , dockerpty, docker, jsonschema, requests
, six, texttable, websocket-client, cached-property , six, texttable, websocket-client, cached-property
, enum34, functools32, paramiko, distro, python-dotenv , enum34, functools32, paramiko, distro, python-dotenv
}: }:
@ -22,7 +22,7 @@ buildPythonApplication rec {
checkInputs = [ mock pytest nose ]; checkInputs = [ mock pytest nose ];
propagatedBuildInputs = [ propagatedBuildInputs = [
pyyaml colorama dockerpty docker pyyaml colorama dockerpty docker
ipaddress jsonschema requests six texttable websocket-client jsonschema requests six texttable websocket-client
docopt cached-property paramiko distro python-dotenv docopt cached-property paramiko distro python-dotenv
] ++ lib.optional (pythonOlder "3.7") backports_ssl_match_hostname ] ++ lib.optional (pythonOlder "3.7") backports_ssl_match_hostname
++ lib.optional (pythonOlder "3.4") enum34 ++ lib.optional (pythonOlder "3.4") enum34