summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2021-02-16 12:18:28 +0100
committerToke Høiland-Jørgensen2021-02-16 12:18:28 +0100
commit61ed609d9fe2096becaea6ba196ffa4fd9cdf6d8 (patch)
tree043ac46ba58b94fe77ec9fe864d5d93c7dd50440
parentb2bb9585d44f4336c58355968e3b1ba3b96e6c4a (diff)
downloadaur-61ed609d9fe2096becaea6ba196ffa4fd9cdf6d8.tar.gz
Remove pyqt5 and pyside from optdepends
Flent relies on the qtpy abstraction library for the GUI now, so just leave that as the optdepend instead of also having the GUI libraries themselves in there (the qtpy PKGBUILD has its own optdepends on the GUI libraries, and duplicating them can be confusing). Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d680ef2ef607..5716439461d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flent
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='The FLExible Network Tester.'
arch=('any')
url='https://flent.org'
@@ -13,8 +13,6 @@ replaces=('netperf-wrapper')
optdepends=(
'python-matplotlib: for outputting graphs'
'python-qtpy: for the GUI'
- 'python-pyqt5: for the GUI'
- 'python-pyside2: for the GUI'
)
source=(https://files.pythonhosted.org/packages/source/f/flent/flent-${pkgver}.tar.gz{,.asc})
sha256sums=('8a9c33336f828b4e8621c59ae74e28c33b501a5ba074470041ff6aa897c15ce9'