Date: Tuesday, August 27, 2019 @ 10:18:44
Author: ffy00
Revision: 502630
add missing optdepends (2.3.0-2)
Modified:
python-connexion/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-27 10:18:28 UTC (rev 502629)
+++ PKGBUILD 2019-08-27 10:18:44 UTC (rev 502630)
@@ -3,13 +3,15 @@
_pkgname=connexion
pkgname=python-$_pkgname
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with
automatic endpoint validation & OAuth2 support'
arch=('any')
url='https://github.com/zalando/connexion'
license=('Apache')
depends=('python-clickclick' 'python-jsonschema' 'python-pyaml'
'python-requests' 'python-six'
- 'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator')
+ 'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator'
'python-flask')
+optdepends=('python-aiohttp: AIOHTTP backend'
+ 'python-ujson: Faster JSON parsing')
makedepends=('python-setuptools')
#checkdepends=('python-pytest-runner')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")