summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2023-05-12 12:57:18 +0000
committerAnthony Ruhier2023-05-12 12:57:36 +0000
commitd84f15c8b5330a16c88fb6a4b16e7ee3dd682725 (patch)
tree6814e90b96801c1a655e74c0282d0d2472ca0164
parentf075b9a65338c6119d1aafc76f9611f8ff30758d (diff)
downloadaur-python-pyqos.tar.gz
Remove python-argparse dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76122ef45253..80eb7624b4f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = python-pyqos
pkgdesc = QoS framework using tc for Python
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Anthony25/pyqos
arch = any
license = BSD
makedepends = python-setuptools
- depends = python-argparse
options = !emptydirs
source = https://github.com/Anthony25/pyqos/archive/0.3.0.tar.gz
sha256sums = 934955a79f88ab97537ac9d83bb8e0165db2460b42754c4150c2e8654c5f804a
pkgname = python-pyqos
-
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')