mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-python/hunter: fix prepare
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -67,8 +67,8 @@ src_unpack() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
|
||||||
find . -name '*.c' -delete || die "removing csources failed"
|
find . -name '*.c' -delete || die "removing csources failed"
|
||||||
|
distutils-r1_src_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
python_compile() {
|
python_compile() {
|
||||||
|
|||||||
Reference in New Issue
Block a user