python3-autobahn: fix post_install
This commit is contained in:
parent
e771ee2d35
commit
e1388e4ffd
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-autobahn'
|
||||
pkgname=python3-autobahn
|
||||
version=21.3.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="autobahn-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3 python3-setuptools"
|
||||
|
@ -12,12 +12,8 @@ license="MIT"
|
|||
homepage="https://crossbar.io/autobahn"
|
||||
distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
|
||||
checksum=e126c1f583e872fb59e79d36977cfa1f2d0a8a79f90ae31f406faae7664b8e03
|
||||
make_check=no # https://github.com/crossbario/autobahn-python/issues/1117
|
||||
|
||||
do_check() {
|
||||
# https://github.com/crossbario/autobahn-python/issues/1117
|
||||
:
|
||||
}
|
||||
|
||||
post-install() {
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue