summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel M. Capella2018-11-15 00:02:14 -0500
committerDaniel M. Capella2018-11-15 00:02:14 -0500
commitbf54c54bac6007de22889117a29bb2b9089d01ee (patch)
tree579fc1d6fa9cde8453759f0a34c36f0caee1d6e4 /PKGBUILD
parent1ad7aa6d13b30ba86e27587787a8ebd9beab65f1 (diff)
downloadaur-bf54c54bac6007de22889117a29bb2b9089d01ee.tar.gz
Add python-setuptools dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e5692dc2eb8..5cfdff3a7237 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url=https://github.com/tdryer/hangups
license=('MIT')
depends=('python-aiohttp' 'python-appdirs' 'python-configargparse'
'python-mechanicalsoup' 'python-protobuf' 'python-readlike'
- 'python-reparser' 'python-requests' 'python-urwid')
+ 'python-reparser' 'python-requests' 'python-setuptools' 'python-urwid')
source=("https://files.pythonhosted.org/packages/source/h/hangups/hangups-$pkgver.tar.gz")
sha512sums=('643f9a5073a06a4dc85c582e9dac7503d4da74a6b87f09357623ad298c8b097071cb59f89ed32d54e1235c14605d36768b5abbd069d879b19b405c281d033bc8')