From 1a5f1a57bc85bcd5cc6d50027478bbbee1962c89 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sat, 8 Oct 2022 16:17:42 +0800 Subject: [PATCH] empire: migrate to DISTUTILS_USE_PEP517 --- app-exploits/empire/empire-4.7.3.ebuild | 5 +---- app-exploits/empire/empire-4.8.0.ebuild | 7 ++----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/app-exploits/empire/empire-4.7.3.ebuild b/app-exploits/empire/empire-4.7.3.ebuild index c03bfcab6..c4a165f22 100644 --- a/app-exploits/empire/empire-4.7.3.ebuild +++ b/app-exploits/empire/empire-4.7.3.ebuild @@ -4,7 +4,6 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -#https://github.com/BC-SECURITY/Empire/issues/196 PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="sqlite" @@ -21,9 +20,7 @@ IUSE="powershell java" REQUIRED_USE="powershell? ( !x86 ) ${PYTHON_REQUIRED_USE}" -# waiting for the upstream -# https://bugs.gentoo.org/684734 -# do we need Poetry? +#https://github.com/BC-SECURITY/Empire/issues/196 RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/urllib3[${PYTHON_USEDEP}] diff --git a/app-exploits/empire/empire-4.8.0.ebuild b/app-exploits/empire/empire-4.8.0.ebuild index 83fee8583..5a89b107a 100644 --- a/app-exploits/empire/empire-4.8.0.ebuild +++ b/app-exploits/empire/empire-4.8.0.ebuild @@ -3,8 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -# https://github.com/BC-SECURITY/Empire/issues/196 +DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="sqlite" @@ -21,9 +20,7 @@ IUSE="powershell java" REQUIRED_USE="powershell? ( !x86 ) ${PYTHON_REQUIRED_USE}" -# waiting for the upstream -# https://bugs.gentoo.org/684734 -# do we need Poetry? +# https://github.com/BC-SECURITY/Empire/issues/196 RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/urllib3[${PYTHON_USEDEP}]