From 8dc439693e9b705347fabd3b57bfc2f03dac31f8 Mon Sep 17 00:00:00 2001 From: Fernando Cladera Date: Tue, 19 Apr 2016 11:38:47 -0300 Subject: [PATCH] Add python-setuptools as build dependency --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 77f2dd5..6f5ff23 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')