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

Felix Yan felixonmars at archlinux.org
Tue Feb 28 03:55:25 UTC 2017


    Date: Tuesday, February 28, 2017 @ 03:55:24
  Author: felixonmars
Revision: 214136

upgpkg: python-pifpaf 0.25.0-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-28 03:39:39 UTC (rev 214135)
+++ PKGBUILD	2017-02-28 03:55:24 UTC (rev 214136)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.24.1
+pkgver=0.25.0
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
@@ -11,7 +11,8 @@
 url='https://github.com/jd/pifpaf'
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-cliff'
              'python2-cliff' 'python-stevedore' 'python2-stevedore' 'python-six' 'python2-six'
-             'python-fixtures' 'python2-fixtures' 'python-xattr' 'python2-xattr' 'git')
+             'python-fixtures' 'python2-fixtures' 'python-xattr' 'python2-xattr' 'git'
+             'python-jinja' 'python2-jinja')
 checkdepends=('python-testrepository' 'python2-testrepository' 'python-requests' 'python2-requests'
               'python-testtools' 'python2-testtools' 'python-oslotest' 'python2-oslotest'
               'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 'postgresql' 'redis'
@@ -49,7 +50,7 @@
 
 package_python-pifpaf() {
   depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 'python-fixtures'
-           'python-xattr')
+           'python-xattr' 'python-jinja')
 
   cd "$srcdir"/pifpaf
   python setup.py install --root="$pkgdir"/ --optimize=1
@@ -57,7 +58,7 @@
 
 package_python2-pifpaf() {
   depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 'python2-fixtures'
-           'python2-xattr')
+           'python2-xattr' 'python2-jinja')
 
   cd "$srcdir"/pifpaf-py2
   python2 setup.py install --root="$pkgdir"/ --optimize=1



More information about the arch-commits mailing list