From f3a7e2703c8116c47712b99453c1fe973cea5b3b Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Wed, 1 Dec 2021 20:00:05 +0200 Subject: app-emulation/crun: disable py3.7, add missing BDEPEND Signed-off-by: Joonas Niilola --- app-emulation/crun/crun-1.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app-emulation') diff --git a/app-emulation/crun/crun-1.3.ebuild b/app-emulation/crun/crun-1.3.ebuild index 29ed772f9849..6461366af873 100644 --- a/app-emulation/crun/crun-1.3.ebuild +++ b/app-emulation/crun/crun-1.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-any-r1 @@ -25,7 +25,10 @@ DEPEND=" systemd? ( sys-apps/systemd:= ) " RDEPEND="${DEPEND}" -BDEPEND="${PYTHON_DEPS}" +BDEPEND=" + ${PYTHON_DEPS} + virtual/pkgconfig +" # the crun test suite is comprehensive to the extent that tests will fail # within a sandbox environment, due to the nature of the privileges -- cgit v1.2.3-65-gdbad