summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-06-02 15:44:24 +0200
committerbegin-theadventure2023-06-02 15:44:24 +0200
commitf67a6a761abbe65ca00d53883ff6ba1f8dbc4005 (patch)
treeb5a774c98a65b974b144391b435022487fad9e4f
parent708042799b06a34ca308da1faf5844345900c276 (diff)
downloadaur-f67a6a761abbe65ca00d53883ff6ba1f8dbc4005.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c16c3e8bbc48..7a26e9966a9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = python-pyvisa-py
url = https://github.com/pyvisa/pyvisa-py
arch = any
license = MIT
+ makedepends = git
makedepends = python-wheel
makedepends = python-setuptools-scm
makedepends = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index f2ac75c92bac..9161a3a3b01b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/pyvisa/pyvisa-py"
arch=('any')
license=('MIT')
depends=('python-pyvisa')
-makedepends=('python-wheel' 'python-setuptools-scm' 'python-pytest')
+makedepends=('git' 'python-wheel' 'python-setuptools-scm' 'python-pytest')
optdepends=('linux-gpib: gpib instrument support'
'python-pyserial: interface with serial instruments'
'python-pyusb: interface with USB instruments'