python3-hawkauthlib: add missing WebOb to checkdepends
This commit is contained in:
parent
bad8e9c42b
commit
d718c6e88d
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'python3-hawkauthlib'
|
||||
pkgname=python3-hawkauthlib
|
||||
version=2.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="hawkauthlib-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="hawkauthlib"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-WebOb"
|
||||
checkdepends="python3-requests"
|
||||
short_desc="Hawk Acess Authentication protocol library for Python3"
|
||||
checkdepends="python3-WebOb python3-requests"
|
||||
short_desc="Low-level library for implementing Hawk Access Authentication"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://github.com/mozilla-services/hawkauthlib"
|
||||
|
|
Loading…
Reference in a new issue