python-pydocstyle: remove tomli dependency

This commit is contained in:
Christoph Reiter
2023-07-30 18:08:14 +02:00
parent f8c792f511
commit d78eeed263

View File

@@ -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)