Package Details: python-azure-git 4.0.0.r2158.g619eb295a6-1

Git Clone URL: https://aur.archlinux.org/python-azure-git.git (read-only, click to copy)
Package Base: python-azure-git
Description: Microsoft Azure SDK for Python
Upstream URL: https://github.com/Azure/azure-sdk-for-python
Licenses: MIT
Conflicts: python-azure, python-azure-storage
Provides: python-azure
Submitter: None
Maintainer: pallxk
Last Packager: pallxk
Votes: 3
Popularity: 0.000000
First Submitted: 2017-03-20 03:40 (UTC)
Last Updated: 2020-04-07 02:17 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

enihcam commented on 2019-11-28 05:48 (UTC)

short version: python-azure-git (master/HEAD) breaks python-azure-cli.

long version: For example, azure-cli 2.0.77 depends on keyvault 1.1, but python-azure-git now provides keyvault 4.0:

https://github.com/Azure/azure-cli/blob/azure-cli-2.0.77/src/azure-cli/setup.py#L66

https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/keyvault/azure-keyvault/setup.py#L19

and this causes:

No module named 'azure.keyvault.v7_0' Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/knack/cli.py", line 206, in invoke cmd_result = self.invocation.execute(args) File "/usr/lib/python3.8/site-packages/azure/cli/core/commands/init.py", line 523, in execute self.commands_loader.load_arguments(command) File "/usr/lib/python3.8/site-packages/azure/cli/core/init.py", line 293, in load_arguments self.command_table[command].load_arguments() # this loads the arguments via reflection File "/usr/lib/python3.8/site-packages/azure/cli/core/commands/init.py", line 291, in load_arguments super(AzCliCommand, self).load_arguments() File "/usr/lib/python3.8/site-packages/knack/commands.py", line 97, in load_arguments cmd_args = self.arguments_loader() File "/usr/lib/python3.8/site-packages/azure/cli/command_modules/keyvault/_command_type.py", line 71, in keyvault_arguments_loader op = get_op_handler() File "/usr/lib/python3.8/site-packages/azure/cli/command_modules/keyvault/_command_type.py", line 68, in get_op_handler return self.command_loader.get_op_handler(operations_tmpl.format(method_name)) File "/usr/lib/python3.8/site-packages/azure/cli/core/init.py", line 530, in get_op_handler op = import_module(mod_to_import) File "/usr/lib/python3.8/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked ModuleNotFoundError: No module named 'azure.keyvault.v7_0'

To open an issue, please run: 'az feedback'

pallxk commented on 2019-06-21 06:43 (UTC)

@maximbaz, git has been added to makedepends, and pkgver is also auto updated now. Thanks for your feedback.

maximbaz commented on 2018-01-26 16:51 (UTC)

Please add git to the makedepends, otherwise installation fails in chroot with: ==> ERROR: Cannot find the git package needed to handle git sources.