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