python3Packages.azure*: remove unused imports

This commit is contained in:
Jonathan Ringer 2021-03-14 16:57:00 -07:00 committed by Jonathan Ringer
parent b32c4fc457
commit 2146f32a18
3 changed files with 1 additions and 5 deletions

View file

@ -1,6 +1,5 @@
{ lib
, buildPythonPackage
, python
, fetchPypi
, msrest
, msrestazure

View file

@ -1,10 +1,8 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, azure-mgmt-common
, azure-mgmt-core
, isPy3k
}:
buildPythonPackage rec {

View file

@ -1,5 +1,4 @@
{ lib, python, buildPythonPackage, fetchPypi, isPy27
, fetchpatch
{ lib, buildPythonPackage, fetchPypi, isPy27
, azure-common
, azure-core
, msrest