mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
empire: migrate to DISTUTILS_USE_PEP517
This commit is contained in:
parent
94b91bd398
commit
1a5f1a57bc
2 changed files with 3 additions and 9 deletions
|
|
@ -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}]
|
||||
|
|
|
|||
|
|
@ -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}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue