summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake2020-09-09 20:54:18 +0200
committerJake2020-09-09 20:54:18 +0200
commitcf336cccbce7b920212d7957c76f4c2c590aed23 (patch)
tree6eda1f02d36a25ad5d6d562f6bf4975fbec67502 /PKGBUILD
parentb6caf27528e2c31107eaa04b46b66736099f2221 (diff)
downloadaur-cf336cccbce7b920212d7957c76f4c2c590aed23.tar.gz
Add python-setuptools to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08e059204c9e..efd73529d348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ pkgdesc="Python based non-traditional spreadsheet application"
arch=('any')
url="https://pyspread.gitlab.io/"
license=('GPL3')
-depends=('python-numpy>=1.1.0'
+depends=('python-setuptools'
+ 'python-numpy>=1.1.0'
'python-pyqt5'
'qt5-svg')
optdepends=('python-matplotlib'