Add python-setuptools to depends of cmake-format

This commit is contained in:
Martchus 2018-12-09 01:51:15 +01:00
parent dbd5b22995
commit f8eb4ad091
1 changed files with 2 additions and 3 deletions

View File

@ -5,13 +5,12 @@
pkgname=cmake-format
pkgver=0.4.3
pkgrel=2
pkgrel=3
pkgdesc='Source code formatter for CMake listfiles'
arch=('any')
url='https://github.com/cheshirekow/cmake_format'
license=('GPL3')
depends=('python-numpy')
makedepends=('python-setuptools')
depends=('python-setuptools' 'python-numpy')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v${pkgver}.tar.gz")
sha512sums=('2271dc9c98874c12cc2167b06965c85ef2b697f233f228dc4fdf53865f4ea5c1cb54b45d363ba65d244e56bed4ac643f5107134a3a127396a6507311fdd9f9e3')