diff --git a/dev-python/pyscard/pyscard-1.9.5.ebuild b/dev-python/pyscard/pyscard-1.9.5.ebuild index 38dc29b9b670f..4cf0792d4dee8 100644 --- a/dev-python/pyscard/pyscard-1.9.5.ebuild +++ b/dev-python/pyscard/pyscard-1.9.5.ebuild @@ -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=( python{2_7,3_{4,5,6}} ) @@ -16,11 +16,12 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="" -RDEPEND="sys-apps/pcsc-lite" +RDEPEND="${PYTHON_DEP} + sys-apps/pcsc-lite" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}]" +BDEPEND="${PYTHON_DEP} dev-lang/swig" # Fails