mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/rtimulib: add python3.8 support
Also switched to DISTUTILS_USE_SETUPTOOLS. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
DISTUTILS_USE_SETUPTOOLS="no"
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -18,6 +19,4 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${MY_P}/Linux/python"
|
||||
|
||||
Reference in New Issue
Block a user