summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2020-06-01 21:27:52 +0200
committerNarrat2020-06-01 21:28:28 +0200
commitbe5ca33071fc1f52218427a800d87ddd3814c4bf (patch)
tree293c367bfcc603f14aead51ee7de5b76f0b3537b /PKGBUILD
parent77e43280588d83c49de34d128946428cfeff745e (diff)
downloadaur-be5ca33071fc1f52218427a800d87ddd3814c4bf.tar.gz
tablib: check requiers every optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e45113cec3b..464e9bf8804d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,16 @@
_module="tablib"
pkgname="python-${_module}"
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Format-agnostic tabular data library (XLS, JSON, YAML, CSV)"
arch=("any")
url="http://python-tablib.org"
license=("MIT")
depends=("python")
makedepends=("python-setuptools")
-checkdepends=("python-pytest-cov")
+checkdepends=("python-pytest-cov" "python-tabulate" "python-markuppy"
+ "python-odfpy" "python-pandas" "python-xlrd"
+ "python-xlwt" "python-openpyxl" "python-pyaml")
optdepends=("python-tabulate: cli interface"
"python-markuppy: for HTML support"
"python-odfpy: for ODS support"