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:
parent
1bc4fe580b
commit
1941bb4b6e
1 changed files with 3 additions and 3 deletions
|
@ -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 <thinkabit.ukim@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/csparpa/pyowm"
|
||||
|
|
Loading…
Add table
Reference in a new issue