mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
python3-websocket-client: fix broken alternative
This commit is contained in:
parent
0d1fe2d436
commit
1adb112651
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-websocket-client'
|
||||
pkgname=python3-websocket-client
|
||||
version=0.56.0
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="websocket_client-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -12,7 +12,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://github.com/websocket-client/websocket-client"
|
||||
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
||||
checksum=1fd5520878b68b84b5748bb30e592b10d0a91529d5383f74f4964e72b297fd3a
|
||||
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py2"
|
||||
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py"
|
||||
|
||||
pre_build() {
|
||||
vsed -i "s|'backports.ssl_match_hostname'||" setup.py
|
||||
|
|
Loading…
Add table
Reference in a new issue