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.
This commit is contained in:
Alessio Sergi 2018-05-24 20:31:11 +02:00
parent 1bc4fe580b
commit 1941bb4b6e

View file

@ -1,13 +1,13 @@
# Template file for 'python-owm' # Template file for 'python-owm'
pkgname=python-owm pkgname=python-owm
version=2.8.0 version=2.8.0
revision=1 revision=2
wrksrc="pyowm-${version}" wrksrc="pyowm-${version}"
build_style=python2-module build_style=python2-module
pycompile_module="pyowm" pycompile_module="pyowm"
hostmakedepends="python-setuptools" hostmakedepends="python-setuptools"
depends="python" depends="python-requests"
short_desc="A Python2 wrapper around the OpenWeatherMap web API" short_desc="Python2 wrapper around the OpenWeatherMap web API"
maintainer="maxice8 <thinkabit.ukim@gmail.com>" maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/csparpa/pyowm" homepage="https://github.com/csparpa/pyowm"