python3-pure-protobuf: remove tests
This commit is contained in:
parent
29b322b7e0
commit
4339899ed1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue