mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 06:35:16 +01:00
fix depends
This commit is contained in:
parent
8be96f5eb0
commit
b0ff719f1d
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = python-cssutils
|
||||
pkgdesc = CSS Cascading Style Sheets library for Python
|
||||
pkgver = 2.11.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/jaraco/cssutils
|
||||
changelog = CHANGES.rst
|
||||
arch = any
|
||||
|
|
@ -17,6 +17,7 @@ pkgbase = python-cssutils
|
|||
makedepends = python-toml
|
||||
makedepends = python-wheel
|
||||
depends = python
|
||||
depends = python-more-itertools
|
||||
source = https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-2.11.1.tar.gz
|
||||
sha256sums = 0563a76513b6af6eebbe788c3bf3d01c920e46b3f90c8416738c5cfc773ff8e2
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -11,7 +11,7 @@ pkgname=python-cssutils
|
|||
_name="${pkgname#python-}"
|
||||
|
||||
pkgver=2.11.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
|
||||
pkgdesc='CSS Cascading Style Sheets library for Python'
|
||||
arch=('any')
|
||||
|
|
@ -19,7 +19,7 @@ url="https://github.com/jaraco/$_name"
|
|||
license=('LGPL3' 'GPL3')
|
||||
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-toml' 'python-wheel')
|
||||
depends=('python')
|
||||
depends=(python python-more-itertools)
|
||||
checkdepends=('python-jaraco.test' 'python-mock' 'python-pytest')
|
||||
|
||||
changelog=CHANGES.rst
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue