From d6277479f3c37c3a21af96e78f0c835215f0e432 Mon Sep 17 00:00:00 2001 From: David Michael Date: Mon, 21 Dec 2020 18:47:53 -0500 Subject: app-admin/setools: move cython to BDEPEND It is imported by setup.py and needs to be usable by the native Python installation. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael Signed-off-by: Jason Zaman --- app-admin/setools/setools-4.3.0.ebuild | 7 +++---- app-admin/setools/setools-9999.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'app-admin') diff --git a/app-admin/setools/setools-4.3.0.ebuild b/app-admin/setools/setools-4.3.0.ebuild index 22ab1263f7f0..830ac106a763 100644 --- a/app-admin/setools/setools-4.3.0.ebuild +++ b/app-admin/setools/setools-4.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -30,9 +30,8 @@ RDEPEND="${PYTHON_DEPS} X? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] )" - -DEPEND="${RDEPEND} - >=dev-python/cython-0.27 +DEPEND="${RDEPEND}" +BDEPEND=">=dev-python/cython-0.27 test? ( sys-apps/checkpolicy )" diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index fd1fb1b07fac..13be0f339ebb 100644 --- a/app-admin/setools/setools-9999.ebuild +++ b/app-admin/setools/setools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -30,9 +30,8 @@ RDEPEND="${PYTHON_DEPS} X? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] )" - -DEPEND="${RDEPEND} - >=dev-python/cython-0.27 +DEPEND="${RDEPEND}" +BDEPEND=">=dev-python/cython-0.27 test? ( sys-apps/checkpolicy )" -- cgit v1.2.3-65-gdbad