dev-python/ipynb: setuptools is a build dependency.

Closes: https://bugs.gentoo.org/639088
Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
Benda Xu
2017-11-29 12:56:07 +09:00
parent ab2e3a4026
commit a5afa50597

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_{4,5} )
PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1
@@ -15,3 +15,5 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"