Date: Thursday, October 13, 2022 @ 20:06:36 Author: arojas Revision: 1328037
upgpkg: python-openapi-core 0.16.1-2: Add missing python-isodate dependency Modified: python-openapi-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-13 19:44:51 UTC (rev 1328036) +++ PKGBUILD 2022-10-13 20:06:36 UTC (rev 1328037) @@ -3,12 +3,12 @@ pkgname=python-openapi-core _pipname=openapi-core pkgver=0.16.1 -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) +depends=(python-openapi-spec-validator python-dictpath python-werkzeug python-isodate) makedepends=(python-build python-installer python-poetry-core) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) sha256sums=('61f54e0769d5a20a2a262c88d351268846d7dc7cd694d104ebc32723cf8e627b')
