Add extra version of py-owslib (#15046)

This commit is contained in:
iarspider 2020-02-18 18:34:30 +01:00 committed by GitHub
parent 82f76c44a0
commit 02f3fc6d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class PyOwslib(PythonPackage):
homepage = "http://http://geopython.github.io/OWSLib/#installation"
url = "https://pypi.io/packages/source/O/OWSLib/OWSLib-0.16.0.tar.gz"
version('0.17.1', sha256='b2e7fd694d3cffcee79317bad492d60c0aa887aea6916517c051c3247b33b5a5')
version('0.16.0', sha256='ec95a5e93c145a5d84b0074b9ea27570943486552a669151140debf08a100554')
depends_on('py-setuptools', type='build')