mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
crackmapexec: fix for new pp2sp
This commit is contained in:
parent
58f4abe9a3
commit
5739877ed9
1 changed files with 2 additions and 3 deletions
|
|
@ -50,11 +50,10 @@ S="${WORKDIR}/CrackMapExec-${PV}dev"
|
|||
|
||||
src_prepare() {
|
||||
default
|
||||
# exclude is not supported by pyproject2setuppy
|
||||
sed -i '/^exclude/,/^\]/d' pyproject.toml || die
|
||||
}
|
||||
|
||||
#src_install() {
|
||||
# distutils-r1_src_install
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
insinto /etc/revdep-rebuild
|
||||
|
|
|
|||
Loading…
Reference in a new issue