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

Felix Yan felixonmars at archlinux.org
Wed May 23 17:19:28 UTC 2018


    Date: Wednesday, May 23, 2018 @ 17:19:27
  Author: felixonmars
Revision: 328383

upgpkg: python-flex 6.13.1-2

fix dependencies

Modified:
  python-flex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-23 17:18:48 UTC (rev 328382)
+++ PKGBUILD	2018-05-23 17:19:27 UTC (rev 328383)
@@ -4,7 +4,7 @@
 pkgbase=python-flex
 pkgname=(python-flex python2-flex)
 pkgver=6.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Swagger schema validator"
 url="https://github.com/pipermerriam/flex"
 license=('BSD')
@@ -42,7 +42,8 @@
 }
 
 package_python-flex() {
-  depends=('python')
+  depends=('python-six' 'python-yaml' 'python-validate-email' 'python-rfc3987' 'python-requests'
+           'python-strict-rfc3339' 'python-click' 'python-jsonpointer')
 
   cd flex-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -50,7 +51,8 @@
 }
 
 package_python2-flex() {
-  depends=('python2')
+  depends=('python2-six' 'python2-yaml' 'python2-validate-email' 'python2-rfc3987' 'python2-requests'
+           'python2-strict-rfc3339' 'python2-click' 'python2-jsonpointer')
 
   cd flex-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list