python3-hkdf: remove post_install to fix build

This commit is contained in:
Helmut Pozimski 2022-09-16 20:14:57 +02:00
parent 939fbe0805
commit f87b828f1e
1 changed files with 0 additions and 5 deletions

View File

@ -4,7 +4,6 @@ version=0.0.3
revision=6
wrksrc="hkdf-${version}"
build_style=python3-module
pycompile_module="hkdf.py"
hostmakedepends="python3 python3-setuptools"
depends="python3"
short_desc="HMAC Key Derivation module"
@ -13,7 +12,3 @@ license="BSD-2-Clause"
homepage="https://pypi.org/project/hkdf/"
distfiles="${PYPI_SITE}/h/hkdf/hkdf-${version}.tar.gz"
checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
post_install() {
vlicense LICENSE
}