python3-multidict: add missing python3 dependency
This commit is contained in:
parent
cde26714cc
commit
f975f54589
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-multidict'
|
||||
pkgname=python3-multidict
|
||||
version=5.1.0
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="multidict-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Multidict implementation from aiohttp"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
|
|
Loading…
Reference in a new issue