summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFernando Cladera2016-04-19 11:38:47 -0300
committerFernando Cladera2016-04-19 11:38:47 -0300
commit8dc439693e9b705347fabd3b57bfc2f03dac31f8 (patch)
tree2ea306da018960f495ff567e1e30c557acce4e7b /PKGBUILD
parent1297e923a7419c615b3dd984057540ef6edabf2b (diff)
downloadaur-8dc439693e9b705347fabd3b57bfc2f03dac31f8.tar.gz
Add python-setuptools as build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77f2dd521951..6f5ff23f1550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://plot.ly/python/"
license=('MIT')
depends=('python-requests' 'python-pytz')
-makedepends=('git' 'python')
+makedepends=('git' 'python' 'python-setuptools')
source=("git+https://github.com/plotly/plotly.py.git")
md5sums=('SKIP')