summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpallxk2020-04-02 13:25:46 +0800
committerpallxk2020-04-02 13:25:46 +0800
commit3e81d747b9a57acafaf4159da6c4a581cca51c5c (patch)
treef9312a5357a77f698b7555a4ba1401f6ae47f752 /PKGBUILD
parentc1f35fe564762af76778da8ab9dc6983e22121d6 (diff)
downloadaur-3e81d747b9a57acafaf4159da6c4a581cca51c5c.tar.gz
Add 'python-pkginfo' dependency
Fix ModuleNotFoundError: No module named 'pkginfo'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ca28f655fbf..1970f29c1467 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name=azure-cli
pkgname=python-$_name
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Microsoft Azure Command-Line Tools"
arch=('any')
url="https://github.com/Azure/azure-cli"
license=('MIT')
depends=('fabric' 'python-antlr4' 'python-applicationinsights' 'python-argcomplete'
'python-azure-git' 'python-azure-multiapi-storage' 'python-colorama'
- 'python-humanfriendly' 'python-jmespath' 'python-knack'
+ 'python-humanfriendly' 'python-jmespath' 'python-knack' 'python-pkginfo'
'python-pyopenssl' 'python-pytz' 'python-scp' 'python-sshtunnel'
'python-tabulate' 'python-vsts-cd-manager' 'python-wheel' 'python-yaml')
makedepends=('git' 'python-setuptools')