From 4339899ed15fa35f82dfaba8027eaa2bbe73afa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 28 Jul 2020 19:49:02 +0200 Subject: [PATCH] python3-pure-protobuf: remove tests --- srcpkgs/python3-pure-protobuf/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template index ffbbf446a3..2c23b4204f 100644 --- a/srcpkgs/python3-pure-protobuf/template +++ b/srcpkgs/python3-pure-protobuf/template @@ -1,7 +1,7 @@ # Template file for 'python3-pure-protobuf' pkgname=python3-pure-protobuf version=2.0.0 -revision=1 +revision=2 archs=noarch wrksrc=protobuf-${version} build_style=python3-module @@ -16,5 +16,6 @@ distfiles="https://github.com/eigenein/protobuf/archive/${version}.tar.gz" checksum=e1303e8ae29ce5e33254d49f93d896d04b040070f89e87232e33ecdfbb4ea6d9 post_install() { + rm -r ${DESTDIR}/${py3_sitelib}/tests vlicense LICENSE }