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

Eli Schwartz eschwartz at archlinux.org
Tue Nov 10 21:43:29 UTC 2020


    Date: Tuesday, November 10, 2020 @ 21:43:29
  Author: eschwartz
Revision: 749885

upgpkg: python-connexion 2.7.0-2: remove unneeded dependencies

upstream dropped the use of these modules along with support for the ancient
python versions necessitating them

Modified:
  python-connexion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-10 21:37:59 UTC (rev 749884)
+++ PKGBUILD	2020-11-10 21:43:29 UTC (rev 749885)
@@ -3,13 +3,13 @@
 _pkgname=connexion
 pkgname=python-$_pkgname
 pkgver=2.7.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-flask')
+depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 'python-requests'
+         'python-inflection' 'python-openapi-spec-validator' 'python-flask')
 optdepends=('python-aiohttp: AIOHTTP backend'
             'python-ujson: Faster JSON parsing'
             'python-swagger-ui-bundle: Swagger UI (web UI for the API) support')
@@ -35,4 +35,3 @@
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
-



More information about the arch-commits mailing list