summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc7922020698..b0c8d9485bb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = python-tabledata
depends = python-logbook>=1.1.0
depends = python-six
depends = python-typepy>=0.0.20
+ depends = python-wheel
source = https://github.com/thombashi/tabledata/archive/v0.0.5.tar.gz
md5sums = 7b6256da07b2381c50cb8db8df1241f9
diff --git a/PKGBUILD b/PKGBUILD
index fd090699b816..91dd3ba8623b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver='0.0.5'
pkgrel=1
pkgdesc="A Python library to represent tabular data for pytablewriter/pytablereader/SimpleSQLite."
url="https://github.com/thombashi/tabledata"
-depends=('python' 'python-pathvalidate>=0.16.2' 'python-dataproperty>=0.29.1' 'python-logbook>=1.1.0' 'python-six' 'python-typepy>=0.0.20')
+depends=('python' 'python-pathvalidate>=0.16.2' 'python-dataproperty>=0.29.1' 'python-logbook>=1.1.0' 'python-six' 'python-typepy>=0.0.20' 'python-wheel')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')