Skip to content

Commit

Permalink
dev-embedded/platformio: Fix DISTUTILS_USE_SETUPTOOLS
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/814611
Signed-off-by: Jakov Smolić <[email protected]>
  • Loading branch information
jsmolic committed Sep 25, 2021
1 parent e4fa660 commit 3b179a0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dev-embedded/platformio/platformio-5.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ EAPI=7

PYTHON_COMPAT=( python3_{8,9} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=rdepend

inherit distutils-r1

Expand All @@ -16,13 +15,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]
')"
RDEPEND="${DEPEND}
RDEPEND="
$(python_gen_cond_dep '
<dev-python/bottle-0.13[${PYTHON_USEDEP}]
>=dev-python/click-5[${PYTHON_USEDEP}]
Expand Down

0 comments on commit 3b179a0

Please sign in to comment.