diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template index d17a8ceea81..d2ff94f31be 100644 --- a/srcpkgs/python3-websocket-client/template +++ b/srcpkgs/python3-websocket-client/template @@ -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 "