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 dbus-python
gst-python gst-python
idna idna
ipaddress
lz4 lz4
netifaces netifaces
numpy numpy

View file

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

View file

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

View file

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