summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f39ffb8a7492..f9d4c941278f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@ _name='pywbem'
pkgbase="${_name}"
pkgname=('python-pywbem')
pkgver='1.4.1'
-pkgrel='2'
+pkgrel='3'
pkgdesc='A WBEM client and related utilities'
arch=('any')
url="https://github.com/${_name}/${_name}"
depends=('python-pyyaml' 'python-six' 'python-requests'
- 'python-urllib3' 'python-nocasedict' 'python-nocaselist')
+ 'python-urllib3' 'python-nocasedict' 'python-nocaselist'
+ 'python-yamlloader')
makedepends=('python' 'python-setuptools' 'python-wheel'
'python-mock' 'python-ply')
license=('LGPLv2.1+')