python3-pyinfra: remove tests

This commit is contained in:
Piotr Wójcik 2020-07-28 19:49:01 +02:00 committed by Piotr
parent 9cedcde8e8
commit 29b322b7e0

View file

@ -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
}