summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72a900c14c69..5971b28e548e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-histstat
arch = any
license = MIT
depends = python-psutil
+ depends = python-setuptools
source = https://files.pythonhosted.org/packages/c0/9c/9d6597b867d9985a2ede0d724efbef6dea2be4ab651e64d44e4f4f510f55/histstat-1.0.1.tar.gz
sha256sums = 1e5c8791187a892c8f7897167eb17a9dfee41b82415090fe33528b5afae8895b
diff --git a/PKGBUILD b/PKGBUILD
index f37a54f8fc93..59eb0a5632f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="History for netstat"
arch=('any')
url="https://github.com/vesche/histstat"
license=('MIT')
-depends=('python-psutil')
+depends=('python-psutil' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/c0/9c/9d6597b867d9985a2ede0d724efbef6dea2be4ab651e64d44e4f4f510f55/histstat-${pkgver}.tar.gz")
sha256sums=('1e5c8791187a892c8f7897167eb17a9dfee41b82415090fe33528b5afae8895b')