Remove python-tomli

all packages no longer require it in combination with Python 3.11+
This commit is contained in:
Christoph Reiter
2023-12-06 09:36:08 +01:00
parent f7108bbc79
commit 549882e326
6 changed files with 9 additions and 41 deletions

View File

@@ -3,7 +3,7 @@
pkgbase=python-pytest
pkgname=('python-pytest')
pkgver=7.4.3
pkgrel=1
pkgrel=2
provides=("python3-pytest")
replaces=("python3-pytest")
conflicts=("python3-pytest")
@@ -15,8 +15,7 @@ depends=('python'
'python-attrs'
'python-pluggy'
'python-packaging'
'python-iniconfig'
'python-tomli')
'python-iniconfig')
makedepends=('python-build'
'python-installer'
'python-setuptools'