dev-python/confluent-kafka: remove license file

Closes: https://bugs.gentoo.org/815655
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-20 02:57:15 +01:00
parent ee828732d3
commit 1964f37e7c

View File

@@ -35,6 +35,11 @@ BDEPEND="
distutils_enable_tests pytest
python_install_all() {
distutils-r1_python_install_all
rm "${ED}/usr/LICENSE.txt" || die
}
pkg_postinst() {
optfeature "avro support" dev-python/fastavro dev-python/avro dev-python/requests
optfeature "json support" dev-python/jsonschema dev-python/pyrsistent dev-python/requests