mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 11:22:32 +01:00
add to makedepends
This commit is contained in:
parent
77c1cbb630
commit
caefede122
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue