diff --git a/mingw-w64-python-poetry/PKGBUILD b/mingw-w64-python-poetry/PKGBUILD index d35d5369b3..7f70243390 100644 --- a/mingw-w64-python-poetry/PKGBUILD +++ b/mingw-w64-python-poetry/PKGBUILD @@ -4,7 +4,7 @@ _realname=poetry pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=1.5.1 -pkgrel=2 +pkgrel=3 pkgdesc="Python dependency management and packaging made easy (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -34,7 +34,6 @@ depends=( "${MINGW_PACKAGE_PREFIX}-python-requests" "${MINGW_PACKAGE_PREFIX}-python-requests-toolbelt" "${MINGW_PACKAGE_PREFIX}-python-shellingham" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-python-tomlkit" "${MINGW_PACKAGE_PREFIX}-python-trove-classifiers" "${MINGW_PACKAGE_PREFIX}-python-virtualenv"