Date: Wednesday, April 12, 2023 @ 21:56:19 Author: arojas Revision: 1445029
upgpkg: python-openapi-core 0.17.1-4: Drop unused dictpath dependency Modified: python-openapi-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-12 21:22:21 UTC (rev 1445028) +++ PKGBUILD 2023-04-12 21:56:19 UTC (rev 1445029) @@ -3,12 +3,12 @@ pkgname=python-openapi-core _pipname=openapi_core pkgver=0.17.1 -pkgrel=3 +pkgrel=4 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 python-more-itertools) +depends=(python-openapi-spec-validator 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=('561b7e2b37b336e9c62d4634b9059d12d9bb2e1859062a39d3a0fa6afc8c9de6')
