dev-python/asyncmy: do not install readme

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2022-12-02 13:41:13 +05:00
parent 6a2b57f2dc
commit 84ca535dad
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -62,6 +62,11 @@ python_test() {
epytest "${TEST_S}"
}
src_install() {
distutils-r1_src_install
find "${ED}"/usr/lib -name '*.md' -delete || die
}
pkg_postinst() {
optfeature "sha256_password and caching_sha2_password auth methods" dev-python/cryprography
}