python-poetry: remove tomli

This commit is contained in:
Christoph Reiter
2023-07-30 18:29:56 +02:00
parent 90c51af77c
commit d7ddcffffd

View File

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