Merge pull request #175407 from SuperSandro2000/ipaddress-deps

Remove python26Packages.ipaddress from applications
This commit is contained in:
Sandro 2022-06-02 01:34:50 +02:00 committed by GitHub
commit 8cefd5dddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 6 deletions

View File

@ -135,7 +135,6 @@ in buildPythonApplication rec {
dbus-python
gst-python
idna
ipaddress
lz4
netifaces
numpy

View File

@ -159,7 +159,6 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage {
javaproperties
jsondiff
# urllib3[secure]
ipaddress
# shell completion
argcomplete
];

View File

@ -78,15 +78,12 @@ pythonPackages.buildPythonApplication rec {
idna
pygobject3
fasteners
ipaddress
lockfile
paramiko
pyasn1
pycrypto
pydrive2
future
] ++ lib.optionals (!isPy3k) [
enum
];
checkInputs = [

View File

@ -18,7 +18,6 @@ let
six
requests
websocket-client
ipaddress
docker_pycreds
uptime
] ++ lib.optionals (self.pythonOlder "3.7") [ backports_ssl_match_hostname ];