From e1388e4ffd8f4e4121c67d74047ae6600d539c11 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Fri, 16 Sep 2022 19:34:03 +0200 Subject: [PATCH] python3-autobahn: fix post_install --- srcpkgs/python3-autobahn/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template index 7c07ec94ad8..6f75b304c88 100644 --- a/srcpkgs/python3-autobahn/template +++ b/srcpkgs/python3-autobahn/template @@ -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 }