summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBradford Smith2023-01-03 17:54:39 -0500
committerBradford Smith2023-01-03 17:54:39 -0500
commite34e0956885795a56afd68ca506bf7ea49eae4a2 (patch)
treead0f3dabe0ddad7d04b88c39be68a7f20b6623c9 /PKGBUILD
parent3cd3dfcacb8674f026acade535632cec9408a720 (diff)
downloadaur-e34e0956885795a56afd68ca506bf7ea49eae4a2.tar.gz
Add python-setuptools as makedepends
This package is required to build informant, it was an error that it was left out because it's installed as a full dependency for other things on my system.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a2378d506ee..203f71b399dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url="https://github.com/bradford-smith94/$pkgname"
license=('MIT')
install=informant.install
+makedepends=('python-setuptools')
depends=('python' 'python-docopt' 'python-dateutil' 'python-feedparser' 'python-html2text' 'python-cachecontrol' 'python-lockfile')
source=("https://github.com/bradford-smith94/$pkgname/archive/v$pkgver.tar.gz")
options=(zipman)