Date: Monday, March 6, 2023 @ 20:49:54 Author: arojas Revision: 1416204
upgpkg: python-openapi-core 0.16.6-2: Add missing python-more-itertools dependency Modified: python-openapi-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-06 20:49:54 UTC (rev 1416203) +++ PKGBUILD 2023-03-06 20:49:54 UTC (rev 1416204) @@ -3,12 +3,12 @@ pkgname=python-openapi-core _pipname=openapi_core pkgver=0.16.6 -pkgrel=1 +pkgrel=2 pkgdesc='Client-side and server-side support for the OpenAPI Specification v3' arch=(any) url='https://github.com/p1c2u/openapi-core' license=(BSD) -depends=(python-openapi-spec-validator python-dictpath python-werkzeug python-isodate) +depends=(python-openapi-spec-validator python-dictpath python-werkzeug python-isodate python-more-itertools) makedepends=(python-build python-installer python-poetry-core) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) sha256sums=('ed79a6adf9b0375804eac50b9b45e282b8a18fed5f6745dacc70fc1f3ea0abc3')
