Date: Saturday, November 12, 2022 @ 22:07:52
Author: jelle
Revision: 1347130
upgpkg: python-glanceclient 4.1.0-2: Drop python-mock from checkdepends
Modified:
python-glanceclient/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-12 22:06:33 UTC (rev 1347129)
+++ PKGBUILD 2022-11-12 22:07:52 UTC (rev 1347130)
@@ -3,7 +3,7 @@
pkgname=python-glanceclient
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="OpenStack Image API Client Library"
arch=('any')
url="https://docs.openstack.org/developer/python-glanceclient"
@@ -11,7 +11,7 @@
depends=('python-pbr' 'python-prettytable' 'python-keystoneauth1'
'python-requests' 'python-warlock'
'python-oslo-utils' 'python-oslo-i18n' 'python-wrapt'
'python-pyopenssl')
makedepends=('python-setuptools')
-checkdepends=('python-stestr' 'python-ddt' 'python-mock'
'python-requests-mock' 'python-testscenarios')
+checkdepends=('python-stestr' 'python-ddt' 'python-requests-mock'
'python-testscenarios')
options=('!emptydirs')
source=("https://github.com/openstack/python-glanceclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('f39d82ffe2279bf7eaf741d9dcca3678f3f7f064183c6dc5e1849b24d08497335caebaf8a9db2f65b145191f449af79f370c0e0dadb6df6e9801b941a4277756')