summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Bolka2022-09-18 23:05:59 +0200
committerAndreas Bolka2022-09-18 23:05:59 +0200
commite74d63723eb10ee9122fb28982323fe0392456be (patch)
tree9dce0a0087b64d4675f6d27917a657aa0fcd6c76
parent766a57a6415e28d470d59ff8899389d123759432 (diff)
downloadaur-e74d63723eb10ee9122fb28982323fe0392456be.tar.gz
Add dependency on python-importlib-metadata
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 096e0c542fe6..3c37d4f3b9e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = visidata-git
makedepends = python-setuptools
makedepends = python-wheel
depends = python
+ depends = python-importlib-metadata
optdepends = python-dnslib: pcap support
optdepends = python-dpkt: pcap support
optdepends = python-fonttools: ttf/otf support
diff --git a/PKGBUILD b/PKGBUILD
index fde1bb63c10c..b076274a1e92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A console spreadsheet tool for discovering and arranging data'
arch=('any')
url='http://visidata.org/'
license=('GPLv3')
-depends=('python')
+depends=('python' 'python-importlib-metadata')
makedepends=('git' 'python-pip' 'python-setuptools' 'python-wheel')
optdepends=('python-dnslib: pcap support'
'python-dpkt: pcap support' # AUR