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

Felix Yan fyan at archlinux.org
Fri Jun 10 02:40:49 UTC 2016


    Date: Friday, June 10, 2016 @ 04:40:48
  Author: fyan
Revision: 178934

upgpkg: python-oslo-config 3.11.0-1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-10 02:40:31 UTC (rev 178933)
+++ PKGBUILD	2016-06-10 02:40:48 UTC (rev 178934)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
-pkgver=3.10.0
+pkgver=3.11.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -11,7 +11,8 @@
 url="https://pypi.python.org/pypi/oslo.config/$pkgver"
 license=('Apache')
 makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-netaddr' 'python2-netaddr'
-             'python-stevedore' 'python2-stevedore' 'python-debtcollector' 'python2-debtcollector')
+             'python-stevedore' 'python2-stevedore' 'python-debtcollector' 'python2-debtcollector'
+             'python-oslo-i18n' 'python2-oslo-i18n')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-sphinx' 'python2-sphinx')
 options=('!emptydirs')
 source=("git+https://git.openstack.org/openstack/oslo.config#tag=$pkgver")
@@ -41,7 +42,7 @@
 }
 
 package_python-oslo-config() {
-  depends=('python-six' 'python-netaddr' 'python-stevedore' 'python-debtcollector')
+  depends=('python-six' 'python-netaddr' 'python-stevedore' 'python-debtcollector' 'python-oslo-i18n')
 
   cd "$srcdir"/oslo.config
   python setup.py install --root="$pkgdir/" --optimize=1
@@ -48,7 +49,7 @@
 }
 
 package_python2-oslo-config() {
-  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 'python2-debtcollector')
+  depends=('python2-six' 'python2-netaddr' 'python2-stevedore' 'python2-debtcollector' 'python2-oslo-i18n')
 
   cd "$srcdir"/oslo.config-py2
   python2 setup.py install --root="$pkgdir/" --optimize=1



More information about the arch-commits mailing list