summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-04-03 13:53:16 +0300
committerCaleb Maclennan2020-04-03 13:53:16 +0300
commite027e1705b909d37e9f5f2bcc294b5c6a1597b56 (patch)
tree79ac33b0fafc2f7a80a198b6242c274792072844 /PKGBUILD
parent9409ce14d83c3373510a17bf72036ee90f344a8e (diff)
downloadaur-e027e1705b909d37e9f5f2bcc294b5c6a1597b56.tar.gz
Add missing checkdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c36958b7cc4e..537c38c96c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=leather
pkgname=python-$_pkgname
pkgver=0.3.3
-pkgrel=2
+pkgrel=3
pkgdesc='Python charting for 80% of humans'
arch=('any')
url='https://leather.readthedocs.io/'
@@ -12,6 +12,8 @@ license=('MIT')
depends=('python'
'python-six')
makedepends=('python-setuptools')
+checkdepends=('python-cssselect'
+ 'python-lxml')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/wireservice/$_pkgname/archive/$pkgver.tar.gz")
sha256sums=('70f621f7c5ddac6bc3261850134c0187cb200844243eb878a29f8a8f15a8db46')