Merge pull request #176311 from kirillrdy/master

docker-compose: remove ipaddress

authored by Sandro and committed by GitHub 39ef40f4 b5bbecc5

+2 -2
+2 -2
pkgs/applications/virtualization/docker-compose/default.nix
··· 2 2 , installShellFiles 3 3 , mock, pytest, nose 4 4 , pyyaml, backports_ssl_match_hostname, colorama, docopt 5 - , dockerpty, docker, ipaddress, jsonschema, requests 5 + , dockerpty, docker, jsonschema, requests 6 6 , six, texttable, websocket-client, cached-property 7 7 , enum34, functools32, paramiko, distro, python-dotenv 8 8 }: ··· 22 22 checkInputs = [ mock pytest nose ]; 23 23 propagatedBuildInputs = [ 24 24 pyyaml colorama dockerpty docker 25 - ipaddress jsonschema requests six texttable websocket-client 25 + jsonschema requests six texttable websocket-client 26 26 docopt cached-property paramiko distro python-dotenv 27 27 ] ++ lib.optional (pythonOlder "3.7") backports_ssl_match_hostname 28 28 ++ lib.optional (pythonOlder "3.4") enum34