mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 11:32:22 +01:00
more makedepends
This commit is contained in:
parent
9222db85e6
commit
829ef1ad62
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -12,6 +12,7 @@ pkgbase = python-cssutils
|
|||
makedepends = python-setuptools
|
||||
makedepends = python-setuptools-scm
|
||||
makedepends = python-toml
|
||||
makedepends = python-wheel
|
||||
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' 'python-setuptools' 'python-setuptools-scm' 'python-toml')
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-toml' 'python-wheel')
|
||||
depends=('python')
|
||||
|
||||
changelog=CHANGES.rst
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue