cmake-format: Move python-setuptools to makedepends (#167)

No longer required as of
https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts
This commit is contained in:
tocic 2023-06-26 12:22:06 +03:00 committed by GitHub
parent 8c3485f6cf
commit 60516ce57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -5,12 +5,13 @@
pkgname=cmake-format
pkgver=0.6.13
pkgrel=2
pkgrel=3
pkgdesc='Source code formatter for CMake listfiles'
arch=('any')
url='https://github.com/cheshirekow/cmake_format'
license=('GPL3')
depends=('python-setuptools' 'python-six>=1.13.0')
depends=('python-six>=1.13.0')
makedepends=('python-setuptools')
optdepends=('python-yaml>=5.3: YAML config files' 'python-jinja>=2.10.3: complete HTML annotation' 'python-argcomplete: automatic shell completion')
checkdepends=('cmake')
provides=('python-cmakelang')