Skip to content

Commit

Permalink
dev-python/absl-py: Add setuptools build dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/662018
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
perfinion committed Aug 9, 2018
1 parent b02efb2 commit bf1e5c5
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
Expand All @@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/six"
RDEPEND="${DEPEND}"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

S="${WORKDIR}/abseil-py-pypi-v${PV}"

0 comments on commit bf1e5c5

Please sign in to comment.