python3-websocket-client: add missing python3 dependency
This commit is contained in:
parent
bfd97a28c4
commit
f5c13c9f73
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python3-websocket-client'
|
||||
pkgname=python3-websocket-client
|
||||
version=1.2.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="websocket-client-${version}"
|
||||
build_style=python3-module
|
||||
make_check_target="websocket/tests"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="ca-certificates"
|
||||
depends="python3 ca-certificates"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="WebSocket client for Python3"
|
||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||
|
|
Loading…
Reference in a new issue