diff options
-rw-r--r-- | azure-cli/PKGBUILD | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/azure-cli/PKGBUILD b/azure-cli/PKGBUILD index a869a9efd..6d1701e8f 100644 --- a/azure-cli/PKGBUILD +++ b/azure-cli/PKGBUILD @@ -10,12 +10,6 @@ pkgdesc="Command-line tools for Azure." arch=('x86_64') url="https://github.com/Azure/azure-cli" license=('MIT') -_pinned_dependencies=( - 'gcc-libs=12.1.0' - 'glibc>=2.35' - 'python=3.10.4' -) -depends=("${_pinned_dependencies[@]}") makedepends=(python-setuptools) source=("https://pypi.python.org/packages/cf/07/da0a0f237083176db6abec0419e4ce96168b50c65c2f6d61618aad8e36f5/${pkgname}-${pkgver}.tar.gz" "az") |