summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Bolka2022-09-18 22:44:29 +0200
committerAndreas Bolka2022-09-18 22:44:29 +0200
commit690bb0b84e75c85dba6e7be13094ebed9f3dc44f (patch)
treeee89b25362b2888ba904518b245803b1fd73bee2
parentce23bd1c5e3065cfddbee8e9796aec021883340e (diff)
downloadaur-690bb0b84e75c85dba6e7be13094ebed9f3dc44f.tar.gz
Fix python-wheels makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f2f56603d70..1c0fc77e3090 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = visidata-git
makedepends = git
makedepends = python-pip
makedepends = python-setuptools
+ makedepends = python-wheels
depends = python
optdepends = python-dnslib: pcap support
optdepends = python-dpkt: pcap support
diff --git a/PKGBUILD b/PKGBUILD
index bbc08f853a7a..62bfe1ef3960 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='http://visidata.org/'
license=('GPLv3')
depends=('python')
-makedepends=('git' 'python-pip' 'python-setuptools')
+makedepends=('git' 'python-pip' 'python-setuptools' 'python-wheels')
optdepends=('python-dnslib: pcap support'
'python-dpkt: pcap support' # AUR
'python-fonttools: ttf/otf support'