summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Greyson Christoforo2024-01-24 18:56:26 -0700
committerM. Greyson Christoforo2024-01-24 18:56:26 -0700
commit935f52ed3abdfe4965a9b783daf7c9b077b56848 (patch)
treece2569283d814ed840fcb2251f86178cac176c1e
parent95f525a231b4ff1d85f9c2a0b13c5270a3eb08fe (diff)
downloadaur-935f52ed3abdfe4965a9b783daf7c9b077b56848.tar.gz
add missing make dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd8093c29be1..6141a30646a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-usbtmc
pkgdesc = A Python USBTMC driver for controlling instruments over USB.
pkgver = 0.8
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/python-ivi/python-usbtmc
install = python-usbtmc.install
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = python-usbtmc
makedepends = python-installer
makedepends = python-wheel
makedepends = git
+ makedepends = python-setuptools
depends = python-pyusb
source = git+https://github.com/python-ivi/python-usbtmc#tag=v0.8
source = python-usbtmc.sysusers
diff --git a/PKGBUILD b/PKGBUILD
index cd2b6cddf9af..656f5a5f5999 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-usbtmc
pkgver=0.8
-pkgrel=3
+pkgrel=4
pkgdesc="A Python USBTMC driver for controlling instruments over USB."
arch=('x86_64')
url="https://github.com/python-ivi/python-usbtmc"
@@ -13,6 +13,7 @@ python-build
python-installer
python-wheel
git
+python-setuptools
)
install=python-usbtmc.install