From 29b322b7e0eac45205d2cc3326cbbacb496d12a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 28 Jul 2020 19:49:01 +0200 Subject: [PATCH] python3-pyinfra: remove tests --- srcpkgs/python3-pyinfra/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template index d41fade8908..dd18497b965 100644 --- a/srcpkgs/python3-pyinfra/template +++ b/srcpkgs/python3-pyinfra/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyinfra' pkgname=python3-pyinfra version=1.0.4 -revision=1 +revision=2 archs=noarch wrksrc="pyinfra-${version}" build_style=python3-module @@ -21,5 +21,6 @@ post_extract() { } post_install() { + rm -r ${DESTDIR}/${py3_sitelib}/tests vlicense LICENSE.md }