Merge pull request #175407 from SuperSandro2000/ipaddress-deps
Remove python26Packages.ipaddress from applications
This commit is contained in:
commit
8cefd5dddc
4 changed files with 0 additions and 6 deletions
|
@ -135,7 +135,6 @@ in buildPythonApplication rec {
|
||||||
dbus-python
|
dbus-python
|
||||||
gst-python
|
gst-python
|
||||||
idna
|
idna
|
||||||
ipaddress
|
|
||||||
lz4
|
lz4
|
||||||
netifaces
|
netifaces
|
||||||
numpy
|
numpy
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue