diff options
author | Kenton Groombridge <concord@gentoo.org> | 2024-01-16 19:32:53 -0500 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2024-01-16 20:28:55 -0500 |
commit | 2e2caf41499f1d20f0f52d34fadb9ae8f566c4da (patch) | |
tree | b7906e941ee47cacfc7b04d6426fb21dd1f11ec2 /app-admin/setools/setools-9999.ebuild | |
parent | dev-cpp/highway: Stabilize 1.0.7 ppc64, #922229 (diff) | |
download | gentoo-2e2caf41499f1d20f0f52d34fadb9ae8f566c4da.tar.gz gentoo-2e2caf41499f1d20f0f52d34fadb9ae8f566c4da.tar.bz2 gentoo-2e2caf41499f1d20f0f52d34fadb9ae8f566c4da.zip |
app-admin/setools: update live ebuild
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'app-admin/setools/setools-9999.ebuild')
-rw-r--r-- | app-admin/setools/setools-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index 2d9636b33744..ec3d11050109 100644 --- a/app-admin/setools/setools-9999.ebuild +++ b/app-admin/setools/setools-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -28,6 +28,7 @@ IUSE="test X" RESTRICT="!test? ( test )" RDEPEND="${PYTHON_DEPS} + >=dev-python/networkx-2.0[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=sys-libs/libsepol-3.2:= >=sys-libs/libselinux-3.2:= @@ -37,7 +38,6 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND}" BDEPEND=">=dev-python/cython-0.27[${PYTHON_USEDEP}] test? ( - >=dev-python/networkx-2.0[${PYTHON_USEDEP}] sys-apps/checkpolicy )" |