add to makedepends

This commit is contained in:
Guillaume Horel 2022-04-05 13:02:47 -04:00
parent 77c1cbb630
commit caefede122
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ pkgbase = python-cssutils
license = GPL3
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-2.4.0.tar.gz
sha256sums = 2d97210a83b0a3fe1e4469f5ff9a6420b078572035188b1bab7103c3a36dc89b

View file

@ -18,7 +18,7 @@ arch=('any')
url="https://github.com/jaraco/$_name"
license=('LGPL3' 'GPL3')
makedepends=('python-build' 'python-installer')
makedepends=('python-build' 'python-installer' 'python-setuptools')
depends=('python')
changelog=CHANGES.rst