Skip to content

Commit

Permalink
Merge pull request #176311 from kirillrdy/master
Browse files Browse the repository at this point in the history
docker-compose: remove ipaddress
  • Loading branch information
SuperSandro2000 authored Jun 5, 2022
2 parents b5bbecc + fa2f919 commit 39ef40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/docker-compose/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, installShellFiles
, mock, pytest, nose
, pyyaml, backports_ssl_match_hostname, colorama, docopt
, dockerpty, docker, ipaddress, jsonschema, requests
, dockerpty, docker, jsonschema, requests
, six, texttable, websocket-client, cached-property
, enum34, functools32, paramiko, distro, python-dotenv
}:
Expand All @@ -22,7 +22,7 @@ buildPythonApplication rec {
checkInputs = [ mock pytest nose ];
propagatedBuildInputs = [
pyyaml colorama dockerpty docker
ipaddress jsonschema requests six texttable websocket-client
jsonschema requests six texttable websocket-client
docopt cached-property paramiko distro python-dotenv
] ++ lib.optional (pythonOlder "3.7") backports_ssl_match_hostname
++ lib.optional (pythonOlder "3.4") enum34
Expand Down

0 comments on commit 39ef40f

Please sign in to comment.