summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2023-05-14 09:51:31 +0200
committerHans-Nikolai Viessmann2023-05-14 09:51:31 +0200
commit40cab7023b767acbe9e268c02622243f82d7b9ef (patch)
tree615538e95210fe1fa2161d85336eccce47b40f5e
parent0a158d1e369579b39b9fa6fba873f254c6778242 (diff)
downloadaur-40cab7023b767acbe9e268c02622243f82d7b9ef.tar.gz
remove python-argparse dependency
as per https://bugs.archlinux.org/task/78484
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70b2ac238268..0ef5b9b15c87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-eduvpn-client
pkgdesc = Linux client and Python client API for eduVPN
pkgver = 4.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/eduvpn/python-eduvpn-client
arch = any
license = GPL
@@ -14,7 +14,6 @@ pkgbase = python-eduvpn-client
depends = dbus-python
depends = python-gobject
depends = hicolor-icon-theme
- depends = python-argparse
depends = python-eduvpn_common
depends = python-pyqt5
depends = libibus
diff --git a/PKGBUILD b/PKGBUILD
index 52b672a19fa8..c0917a8918d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-eduvpn-client
pkgver=4.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Linux client and Python client API for eduVPN"
arch=('any')
url="https://github.com/eduvpn/python-eduvpn-client"
license=('GPL')
depends=('python-requests-oauthlib' 'python-pynacl' 'dbus-python' 'python-gobject'
- 'hicolor-icon-theme' 'python-argparse' 'python-eduvpn_common'
+ 'hicolor-icon-theme' 'python-eduvpn_common'
'python-pyqt5' 'libibus' 'libgexiv2')
optdepends=('networkmanager-openvpn: For using NM to manage OpenVPN tun devices')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')