summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfl0w12017-12-18 13:04:12 +0100
committerfl0w12017-12-18 13:04:12 +0100
commitde299784afa3859bc445c730eca8f7ce44ecb4ef (patch)
tree13d3e22d66be8bfdca2241ca609665c35fb585da
parent062265cd7390e3c466b0d0cf05818123004711c2 (diff)
downloadaur-de299784afa3859bc445c730eca8f7ce44ecb4ef.tar.gz
fixes
-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')