Date: Sunday, May 7, 2023 @ 06:32:59
Author: felixonmars
Revision: 1459198
upgpkg: python-build 0.10.0-3: remove unneeded tomli dep (needed only for
python < 3.11)
Modified:
python-build/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-07 06:31:12 UTC (rev 1459197)
+++ PKGBUILD 2023-05-07 06:32:59 UTC (rev 1459198)
@@ -9,7 +9,7 @@
arch=('any')
url='https://github.com/pypa/build'
license=('MIT')
-depends=('python-packaging' 'python-pyproject-hooks' 'python-tomli')
+depends=('python-packaging' 'python-pyproject-hooks')
optdepends=('python-virtualenv: Use virtualenv for build isolation')
makedepends=('git' 'python-build' 'python-flit-core' 'python-installer'
'python-sphinx' 'python-sphinx-argparse-cli'
'python-sphinx-autodoc-typehints' 'python-sphinx-furo')