summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e410423a02b2..a66f2c5c58aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Python library for interfacing with Wink devices"
arch=('any')
url="https://github.com/umbc-hackafe/py-wink"
license=('MIT')
-depends=('python')
+depends=('python' 'python-httplib2')
makedepends=('python' 'git')
source=("py-wink::git+https://github.com/umbc-hackafe/$_pkgname.git")
md5sums=('SKIP')