dev-python/genson: Fix distutils setup

Closes: https://bugs.gentoo.org/748318
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
This commit is contained in:
Alexey Shvetsov
2020-11-12 00:18:27 +03:00
parent 36665cd3c3
commit 8ce0a7a94f

View File

@@ -5,6 +5,8 @@ EAPI=7
PYTHON_COMPAT=( python3_{5,6,7})
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="GenSON is a powerful, user-friendly JSON Schema generator built in Python"