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

Felix Yan felixonmars at archlinux.org
Sat Jun 12 15:33:55 UTC 2021


    Date: Saturday, June 12, 2021 @ 15:33:55
  Author: felixonmars
Revision: 963190

upgpkg: python-oslo-concurrency 4.4.0-2: remove unused dependencies

Modified:
  python-oslo-concurrency/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-12 15:33:24 UTC (rev 963189)
+++ PKGBUILD	2021-06-12 15:33:55 UTC (rev 963190)
@@ -3,17 +3,16 @@
 
 pkgname=python-oslo-concurrency
 pkgver=4.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenStack library for all concurrency-related code"
 arch=('any')
 url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver"
 license=('Apache')
-depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 'python-oslo-utils'
+depends=('python-pbr' 'python-oslo-config' 'python-oslo-i18n' 'python-oslo-utils'
          'python-fasteners')
 makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-oslotest' 'python-oslo-config' 'python-eventlet')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz")
+checkdepends=('python-oslotest' 'python-eventlet')
+source=("https://github.com/openstack/oslo.concurrency/archive/$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('85e1f3c999c2d5455fc05d2ae98f45086dcc055157897356abd2afe631ed78bd609e1e2336e26891f24a1a245ae9da08fbf6ffdb102e1508ff64063d0b425c62')
 
 export PBR_VERSION=$pkgver



More information about the arch-commits mailing list