1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Add python-setuptools as build dependency

This commit is contained in:
Fernando Cladera
2016-04-19 11:38:47 -03:00
parent 1297e923a7
commit 8dc439693e

View File

@@ -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')