empire: migrate to DISTUTILS_USE_PEP517

This commit is contained in:
Anton Bolshakov 2022-10-08 16:17:42 +08:00
parent 94b91bd398
commit 1a5f1a57bc
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 3 additions and 9 deletions

View file

@ -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}]

View file

@ -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}]