summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSumner Evans2018-07-12 15:52:38 -0600
committerSumner Evans2018-07-12 15:52:38 -0600
commitb7eca946166046220ebbd991f00d467f46354d58 (patch)
tree000c03f3cf74c6c446e85bdf6c242f8f128fd498 /PKGBUILD
parentbeffddb30b60040d683b885a1d2cdea599fa6d4a (diff)
downloadaur-b7eca946166046220ebbd991f00d467f46354d58.tar.gz
Add python-urwid dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a28481eb8c00..323d59019ca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver='1.0.0'
pkgrel=1
pkgdesc="Like man pages, but for HTTP status codes"
url="https://github.com/shobrook/statcode"
-depends=('python')
+depends=('python' 'python-urwid')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')