fix depends

This commit is contained in:
Guillaume Horel 2026-01-27 10:40:23 -05:00
parent 8be96f5eb0
commit b0ff719f1d
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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