dev-python/hunter: remove csources

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-11-26 19:14:26 +05:00
parent 2ce474cacf
commit 0b09403554

View File

@@ -57,6 +57,12 @@ src_unpack() {
mv -f "${TEST_S}"/tests/setup.py "${TEST_S}"/setup.py || die
}
src_prepare() {
default
find . -name '*.c' -delete || die "removing csources failed"
}
python_compile() {
distutils-r1_python_compile