dev-python/clang-python: Dedupe with new eclass code

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-20 23:08:36 +02:00
parent f4078f916d
commit 637e48de3a
3 changed files with 0 additions and 15 deletions

View File

@@ -27,11 +27,6 @@ RDEPEND="
${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
src_prepare() {
cd "${WORKDIR}" || die
default
}
python_test() {
"${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
}