summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLinArcX2017-03-31 09:30:35 +0430
committerLinArcX2017-03-31 09:30:35 +0430
commit8aa852aec024993a5613de7fba3e896e8ffcfa83 (patch)
treeb62aad694c866e41ba324cc9534e86a3af4e0b66 /PKGBUILD
parentc6babac02888e890b7e5bfade89e3c8c6f527404 (diff)
downloadaur-8aa852aec024993a5613de7fba3e896e8ffcfa83.tar.gz
add python-requests dep to pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23fde7b0db80..5957076accc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Python interface to the TV Maze API "
arch=(any)
url="http://pypi.python.org/pypi/pytvmaze"
license=(MIT)
-depends=('python')
+depends=('python' 'python-requests')
makedepends=('git' 'python-setuptools')
source=("${pkgname}::git+https://github.com/srob650/pytvmaze")
md5sums=('SKIP')