[arch-commits] Commit in python-oslo-utils/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jun 12 15:30:08 UTC 2021


    Date: Saturday, June 12, 2021 @ 15:30:08
  Author: felixonmars
Revision: 963186

upgpkg: python-oslo-utils 4.9.0-2: remove unused dependencies

Modified:
  python-oslo-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-12 15:26:37 UTC (rev 963185)
+++ PKGBUILD	2021-06-12 15:30:08 UTC (rev 963186)
@@ -3,16 +3,16 @@
 
 pkgname=python-oslo-utils
 pkgver=4.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Oslo Utility library"
 arch=('any')
 url="https://pypi.python.org/pypi/oslo.utils/$pkgver"
 license=('Apache')
-depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz'
-         'python-netaddr' 'python-netifaces' 'python-debtcollector')
+depends=('python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' 'python-netaddr'
+         'python-netifaces' 'python-debtcollector' 'python-pyparsing' 'python-packaging')
 makedepends=('python-setuptools')
 checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.utils/archive/$pkgver.tar.gz")
+source=("https://github.com/openstack/oslo.utils/archive/$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('57892ec1df05b83c9f5ff3c58a4fa626fa0f03d392230d4241c9a7cf64581e7014bd9d1f227171dbe5526291faab64803d79151669e0b7394ee6caaed0a9675d')
 
 export PBR_VERSION=$pkgver



More information about the arch-commits mailing list