mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
app-crypt/firefox-decrypt: fix DeprecatedEclassVariable
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -7,7 +7,6 @@ PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
DISTUTILS_IN_SOURCE_BUILD=
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tool to extract passwords from Mozilla (Firefox, Thunderbird, etc.) profiles"
|
||||
@@ -31,8 +30,9 @@ src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
python_prepare() {
|
||||
python_prepare_all() {
|
||||
python_fix_shebang "${S}"/tests
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_test() {
|
||||
|
||||
Reference in New Issue
Block a user