summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2023-05-12 12:57:18 +0000
committerAnthony Ruhier2023-05-12 12:57:36 +0000
commitd84f15c8b5330a16c88fb6a4b16e7ee3dd682725 (patch)
tree6814e90b96801c1a655e74c0282d0d2472ca0164 /PKGBUILD
parentf075b9a65338c6119d1aafc76f9611f8ff30758d (diff)
downloadaur-d84f15c8b5330a16c88fb6a4b16e7ee3dd682725.tar.gz
Remove python-argparse dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fb97bd902dc..7d9b109244fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pyqos
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="QoS framework using tc for Python"
arch=(any)
url="https://github.com/Anthony25/pyqos"
@@ -10,9 +10,7 @@ license=(BSD)
makedepends=(
python-setuptools
)
-depends=(
- python-argparse
-)
+depends=()
options=(!emptydirs)
source=("https://github.com/Anthony25/pyqos/archive/${pkgver}.tar.gz")
sha256sums=('934955a79f88ab97537ac9d83bb8e0165db2460b42754c4150c2e8654c5f804a')