app-emulation/protontricks: set DISTUTILS_USE_SETUPTOOLS=rdepend
authorMarek Szuba <marecki@gentoo.org>
Fri, 28 Feb 2020 16:20:50 +0000 (17:20 +0100)
committerMarek Szuba <marecki@gentoo.org>
Fri, 28 Feb 2020 16:21:43 +0000 (17:21 +0100)
Protontricks setup.py uses entry_points so we should have setuptools in
RDEPEND as well.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
app-emulation/protontricks/protontricks-1.4.1.ebuild

index cebf432ce736d43201aa967d6430ca1a0aeddcf2..82293afad32adb82de3a08cdf75def008bcb8402 100644 (file)
@@ -6,6 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
 
 DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="app-emulation/winetricks wrapper for Proton (Steam Play) games"