From d78eeed263fa0d861a2f35aa7c76a723b5a5e6f3 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:08:14 +0200 Subject: [PATCH] python-pydocstyle: remove tomli dependency --- mingw-w64-python-pydocstyle/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-pydocstyle/PKGBUILD b/mingw-w64-python-pydocstyle/PKGBUILD index 5945515adf..15cab34aa4 100644 --- a/mingw-w64-python-pydocstyle/PKGBUILD +++ b/mingw-w64-python-pydocstyle/PKGBUILD @@ -4,7 +4,7 @@ _realname=pydocstyle pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} pkgver=6.3.0 -pkgrel=2 +pkgrel=3 pkgdesc='Python docstring style checker (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') @@ -12,8 +12,7 @@ license=('MIT') url='https://github.com/PyCQA/pydocstyle' depends=( ${MINGW_PACKAGE_PREFIX}-python - ${MINGW_PACKAGE_PREFIX}-python-snowballstemmer - ${MINGW_PACKAGE_PREFIX}-python-tomli) # Python<3.11 + ${MINGW_PACKAGE_PREFIX}-python-snowballstemmer) makedepends=(${MINGW_PACKAGE_PREFIX}-python-build ${MINGW_PACKAGE_PREFIX}-python-installer ${MINGW_PACKAGE_PREFIX}-python-poetry-core)