dd-agent_5: only use backports_ssl_match_hostname for python <= 3.7
This commit is contained in:
parent
0246a1d337
commit
748c446969
@ -19,10 +19,9 @@ let
|
||||
requests
|
||||
websocket_client
|
||||
ipaddress
|
||||
backports_ssl_match_hostname
|
||||
docker_pycreds
|
||||
uptime
|
||||
];
|
||||
] ++ lib.optionals (self.pythonOlder "3.7") [ backports_ssl_match_hostname ];
|
||||
|
||||
# due to flake8
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user