summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2020-12-21 18:47:53 -0500
committerJason Zaman <perfinion@gentoo.org>2021-01-03 00:19:47 -0800
commitd6277479f3c37c3a21af96e78f0c835215f0e432 (patch)
treed0a305354dc60ef95d559d6730fe6a1516c5f65a /app-admin/setools
parentnet-misc/youtube-dl: Bump to 2021.01.03 (diff)
downloadgentoo-d6277479f3c37c3a21af96e78f0c835215f0e432.tar.gz
gentoo-d6277479f3c37c3a21af96e78f0c835215f0e432.tar.bz2
gentoo-d6277479f3c37c3a21af96e78f0c835215f0e432.zip
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@gmail.com> Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'app-admin/setools')
-rw-r--r--app-admin/setools/setools-4.3.0.ebuild7
-rw-r--r--app-admin/setools/setools-9999.ebuild7
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 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
)"