Date: Friday, November 11, 2022 @ 22:02:36
Author: jelle
Revision: 1346870
upgpkg: python-cliff 4.0.0-2: drop python-mock
Modified:
python-cliff/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-11 21:56:45 UTC (rev 1346869)
+++ PKGBUILD 2022-11-11 22:02:36 UTC (rev 1346870)
@@ -3,7 +3,7 @@
pkgname=python-cliff
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command Line Interface Formulation Framework"
arch=('any')
url="https://docs.openstack.org/cliff/latest/"
@@ -11,7 +11,7 @@
depends=('python-six' 'python-cmd2' 'python-prettytable'
'python-importlib-metadata'
'python-stevedore' 'python-yaml' 'python-autopage')
makedepends=('git')
-checkdepends=('python-stestr' 'python-mock' 'python-sphinx'
'python-testscenarios')
+checkdepends=('python-stestr' 'python-sphinx' 'python-testscenarios')
options=('!emptydirs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz")
sha512sums=('a9eb314ad5d8220389618f3052deadfa6eb7443fec965eed71da57fe67a840e2080f01bcc6116563339bac4c44178c4702f180848a268ee85176490c33b17f25')