mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
Add python-setuptools as build dependency
This commit is contained in:
2
PKGBUILD
2
PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
|
|||||||
url="https://plot.ly/python/"
|
url="https://plot.ly/python/"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('python-requests' 'python-pytz')
|
depends=('python-requests' 'python-pytz')
|
||||||
makedepends=('git' 'python')
|
makedepends=('git' 'python' 'python-setuptools')
|
||||||
source=("git+https://github.com/plotly/plotly.py.git")
|
source=("git+https://github.com/plotly/plotly.py.git")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user