From 1941bb4b6ed08d036c220a40c7674ae4faffa05c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 24 May 2018 20:31:11 +0200 Subject: [PATCH] python-owm: fix depends "Introduced requests as only PyOWM dependency". See https://github.com/csparpa/pyowm/releases/tag/2.8.0. TODO: rename to PyOWM and use Python 3. --- srcpkgs/python-owm/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-owm/template b/srcpkgs/python-owm/template index 6adca7d48d4..e679b23504c 100644 --- a/srcpkgs/python-owm/template +++ b/srcpkgs/python-owm/template @@ -1,13 +1,13 @@ # Template file for 'python-owm' pkgname=python-owm version=2.8.0 -revision=1 +revision=2 wrksrc="pyowm-${version}" build_style=python2-module pycompile_module="pyowm" hostmakedepends="python-setuptools" -depends="python" -short_desc="A Python2 wrapper around the OpenWeatherMap web API" +depends="python-requests" +short_desc="Python2 wrapper around the OpenWeatherMap web API" maintainer="maxice8 " license="MIT" homepage="https://github.com/csparpa/pyowm"