summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurilo2016-03-14 09:57:57 +0300
committerAlexander Kurilo2016-03-14 09:57:57 +0300
commitb2042471337e890b903af323b84a10a0c3a4769c (patch)
tree6045fa4cb0914b55a425d7250efe9d32570ae7ce
parent748263f7b8159b9fcbf387ac44cf5b863ce8fde0 (diff)
parent7ecb7ccdbe5ffb8db3b01cf72b722c9e70724997 (diff)
downloadaur-b2042471337e890b903af323b84a10a0c3a4769c.tar.gz
Merge pull request #1 from cip91sk/master
Fix dependencies and duplicated makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77fee9991915..a0e4d03f751c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ pkgdesc="A suite of utilities for converting to and working with CSV."
arch=('any')
url="http://csvkit.readthedocs.org"
license=('MIT')
-makedepends=('git')
depends=(
'python'
'python-xlrd>=0.9.4' # for csvkit and agate
@@ -20,6 +19,7 @@ depends=(
'python-isodate>=0.5.4' # for agate
'python-parsedatetime>=1.5' # for agate
'python-pytimeparse>=1.1.5' #for agate
+ 'python-pip'
)
makedepends=(
'git'