python3-websocket-client: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-09 15:53:12 +01:00
parent bfd97a28c4
commit f5c13c9f73

View file

@ -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>"