Date: Wednesday, March 22, 2023 @ 22:51:23
Author: felixonmars
Revision: 1426976
upgpkg: python-magnumclient 4.1.0-2: remove redundant dependency that should be
dropped since the 3.7.0 bump
Modified:
python-magnumclient/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-22 22:15:36 UTC (rev 1426975)
+++ PKGBUILD 2023-03-22 22:51:23 UTC (rev 1426976)
@@ -4,12 +4,12 @@
pkgname=python-magnumclient
pkgver=4.1.0
_commit=de11f40d0c632ff839e5838ed650d1821c87d8a8
-pkgrel=1
+pkgrel=2
pkgdesc="Client library for Magnum API"
arch=('any')
url="https://docs.openstack.org/python-magnumclient/latest/"
license=('Apache')
-depends=('python-pbr' 'python-babel' 'python-keystoneauth1' 'python-stevedore'
'python-requests'
+depends=('python-pbr' 'python-keystoneauth1' 'python-stevedore'
'python-requests'
'python-oslo-i18n' 'python-oslo-log' 'python-oslo-serialization'
'python-oslo-utils'
'python-os-client-config' 'python-osc-lib' 'python-prettytable'
'python-cryptography'
'python-debtcollector')