dev-python/pikepdf: ebuild fixes
authorAndrey Grozin <grozin@gentoo.org>
Thu, 9 Jan 2020 15:29:33 +0000 (22:29 +0700)
committerAndrey Grozin <grozin@gentoo.org>
Thu, 9 Jan 2020 15:29:33 +0000 (22:29 +0700)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
dev-python/pikepdf/pikepdf-1.8.3.ebuild

index e98e244913ced8f836ea5131886eef82bf1f10a8..27d20472d7efb100393bd68a0ff1d42f3ef12d8f 100644 (file)
@@ -8,12 +8,11 @@ inherit distutils-r1
 DESCRIPTION="Python library to work with pdf files based on qpdf"
 HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf"
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
 LICENSE="MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 RDEPEND="app-text/qpdf
-       dev-python/pybind11"
+       dev-python/pybind11[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
-       dev-python/setuptools_scm_git_archive"
+       dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]"