From 4b9bfed07719e7d2d85221ccfccb9cccd1652ef9 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Jul 2023 18:34:18 +0200 Subject: [PATCH] python-scikit-build: remove tomli --- mingw-w64-python-scikit-build/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-python-scikit-build/PKGBUILD b/mingw-w64-python-scikit-build/PKGBUILD index 293b897ca8..342ba0803c 100644 --- a/mingw-w64-python-scikit-build/PKGBUILD +++ b/mingw-w64-python-scikit-build/PKGBUILD @@ -4,7 +4,7 @@ _realname=scikit-build pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=0.17.6 -pkgrel=2 +pkgrel=3 pkgdesc="Improved build system generator for Python C/C++/Fortran/Cython extensions (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -15,7 +15,6 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-packaging" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-wheel" - "${MINGW_PACKAGE_PREFIX}-python-tomli" "${MINGW_PACKAGE_PREFIX}-cmake") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer"