summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfl0w12017-09-01 14:58:45 +0200
committerfl0w12017-09-01 14:58:45 +0200
commit93ff73e299951148632ab6db1816d093508636d9 (patch)
treeea4ab92c873ff95bc954ce48e52c843aa6890da1
parentbd42866815c241646bf95eb4e7e3184333ed8b09 (diff)
downloadaur-93ff73e299951148632ab6db1816d093508636d9.tar.gz
little fixes
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba236ec06942..f510e5c93e80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,7 @@ pkgver='0.13.3'
pkgrel=1
pkgdesc="A Python library to load structured table data from files/strings/URL with various data format: CSV/Excel/Google-Sheets/HTML/JSON/LTSV/Markdown/SQLite/TSV."
url="https://github.com/thombashi/pytablereader"
-depends=('python' 'python-xlrd>=1.0.0' 'python-path.py>=10.3.1' 'python-markdown2>=2.3.4' 'python-beautifulsoup4>=4.6.0' 'python-dataproperty>=0.25.6' 'python-enum-compat' \
- 'python-jsonschema>=2.6.0' 'python-logbook' 'python-mbstrdecoder' 'python-pathvalidate>=0.16.1' 'python-pyparsing>=2.2.0' 'python-requests>=2.18.4' 'python-six' \
- 'python-typepy>=0.0.20')
+depends=('python' 'python-xlrd>=1.0.0' 'python-path.py>=10.3.1' 'python-markdown2>=2.3.4' 'python-beautifulsoup4>=4.6.0' 'python-dataproperty>=0.25.6' 'python-enum-compat' 'python-jsonschema>=2.6.0' 'python-logbook' 'python-mbstrdecoder' 'python-pathvalidate>=0.16.1' 'python-pyparsing>=2.2.0' 'python-requests>=2.18.4' 'python-six' 'python-typepy>=0.0.20')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')