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

Felix Yan felixonmars at archlinux.org
Wed May 23 22:03:28 UTC 2018


    Date: Wednesday, May 23, 2018 @ 22:03:28
  Author: felixonmars
Revision: 328485

upgpkg: python-brotlipy 0.7.0-3

fix python2 dependency

Modified:
  python-brotlipy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-23 21:58:57 UTC (rev 328484)
+++ PKGBUILD	2018-05-23 22:03:28 UTC (rev 328485)
@@ -4,12 +4,12 @@
 pkgbase=python-brotlipy
 pkgname=('python-brotlipy' 'python2-brotlipy')
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python binding to the Brotli library'
 arch=('x86_64')
 license=('MIT')
 url='https://github.com/python-hyper/brotlipy'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 'python2-cffi' 'brotli06')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 'python2-cffi' 'python2-enum34' 'brotli06')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-hypothesis'
               'python2-hypothesis' 'brotli06-testdata')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/brotlipy/archive/v$pkgver.tar.gz"
@@ -52,7 +52,7 @@
 }
 
 package_python2-brotlipy() {
-  depends=('brotli06' 'python2-cffi')
+  depends=('brotli06' 'python2-cffi' 'python2-enum34')
 
   cd brotlipy-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build



More information about the arch-commits mailing list