dd-agent_5: only use backports_ssl_match_hostname for python <= 3.7

This commit is contained in:
Sandro Jäckel 2021-03-16 16:36:23 +01:00
parent 0246a1d337
commit 748c446969
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -19,10 +19,9 @@ let
requests requests
websocket_client websocket_client
ipaddress ipaddress
backports_ssl_match_hostname
docker_pycreds docker_pycreds
uptime uptime
]; ] ++ lib.optionals (self.pythonOlder "3.7") [ backports_ssl_match_hostname ];
# due to flake8 # due to flake8
doCheck = false; doCheck = false;