diff options
author | Erich Eckner <git@eckner.net> | 2023-05-05 21:15:32 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-05-05 21:15:32 +0200 |
commit | e7c2947f55686bec0905e05c290d745164021fe2 (patch) | |
tree | d85904bcb5c5dcaa778da9599718d7f582af2fb4 /python-azure-cli-core | |
parent | 8edd7f4b85e5e30bce7a3db068ef821193580111 (diff) | |
download | archlinuxewe-e7c2947f55686bec0905e05c290d745164021fe2.tar.xz |
recompile all python packages
Diffstat (limited to 'python-azure-cli-core')
-rw-r--r-- | python-azure-cli-core/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-azure-cli-core/PKGBUILD b/python-azure-cli-core/PKGBUILD index cdd27e6f4..5112108f4 100644 --- a/python-azure-cli-core/PKGBUILD +++ b/python-azure-cli-core/PKGBUILD @@ -3,13 +3,13 @@ _pkgname=azure-cli-core pkgname=python-$_pkgname pkgver=2.45.0 -pkgrel=3 +pkgrel=4 pkgdesc='Microsoft Azure Command-Line Tools Core Module' url='https://pypi.org/project/azure-cli-core/' depends=( 'openssl-1.1' - 'python>=3.10' - 'python<3.11' + 'python>=3.11' + 'python<3.12' 'python-azure-common' 'python-humanfriendly' 'python-knack' |