summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwereii2021-06-09 15:35:27 +0200
committerwereii2021-06-09 15:37:32 +0200
commit95dbcf9498ad38b54e2b6cc7a9a19371ad7f88c0 (patch)
tree1bfeb97de74901b9aad1dbe29ae2c5a9309f2342
parent24fb0354f5fc505dc61761eb20d68878578d99fa (diff)
downloadaur-95dbcf9498ad38b54e2b6cc7a9a19371ad7f88c0.tar.gz
fix: pyfa missing python-setuptools dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de5430872be8..a43620e4417b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = pyfa
depends = python-logbook
depends = python-matplotlib
depends = python-dateutil
+ depends = python-setuptools
depends = python-requests
depends = python-sqlalchemy
depends = python-cryptography
diff --git a/PKGBUILD b/PKGBUILD
index 20ba84fd00ab..68c560a03483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
url="https://github.com/pyfa-org/Pyfa"
license=('GPL3')
makedepends=('python-pip')
-depends=('python' 'python-wxpython' 'python-logbook' 'python-matplotlib' 'python-dateutil' 'python-requests' 'python-sqlalchemy' 'python-cryptography' 'python-markdown2' 'python-packaging' 'python-beautifulsoup4' 'python-yaml' 'python-roman' 'python-numpy' 'webkit2gtk')
+depends=('python' 'python-wxpython' 'python-logbook' 'python-matplotlib' 'python-dateutil' 'python-setuptools' 'python-requests' 'python-sqlalchemy' 'python-cryptography' 'python-markdown2' 'python-packaging' 'python-beautifulsoup4' 'python-yaml' 'python-roman' 'python-numpy' 'webkit2gtk')
optdepends=()
options=(!strip)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pyfa-org/Pyfa/archive/v$pkgver.tar.gz pyfa.desktop pyfa-start.sh)