commit: d6277479f3c37c3a21af96e78f0c835215f0e432
Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Mon Dec 21 23:47:53 2020 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Jan 3 08:19:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6277479
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 <fedora.dm0 <AT> gmail.com>
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
app-admin/setools/setools-4.3.0.ebuild | 7 +++----
app-admin/setools/setools-9999.ebuild | 7 +++----
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/app-admin/setools/setools-4.3.0.ebuild
b/app-admin/setools/setools-4.3.0.ebuild
index 22ab1263f7f..830ac106a76 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 fd1fb1b07fa..13be0f339eb 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
)"