[arch-commits] Commit in python-openapi-spec-validator/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 17:48:58 UTC 2022


    Date: Saturday, August 27, 2022 @ 17:48:57
  Author: arojas
Revision: 1284877

upgpkg: python-openapi-spec-validator 0.4.0-2: Add missing dependencies (FS#75659)

Modified:
  python-openapi-spec-validator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 17:24:45 UTC (rev 1284876)
+++ PKGBUILD	2022-08-27 17:48:57 UTC (rev 1284877)
@@ -2,12 +2,12 @@
 
 pkgname=python-openapi-spec-validator
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python library that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0.0 specification"
 url="https://github.com/p1c2u/openapi-spec-validator"
 license=('Apache')
 arch=('any')
-depends=('python-jsonschema' 'python-openapi-schema-validator' 'python-six' 'python-yaml')
+depends=('python-jsonschema' 'python-openapi-schema-validator' 'python-six' 'python-yaml' 'python-setuptools' 'python-requests')
 makedepends=('python-build' 'python-installer' 'python-poetry')
 checkdepends=('python-pytest-runner' 'python-mock' 'python-pytest-flake8' 'python-pytest-cov'
               'python-tox')



More information about the arch-commits mailing list