diff --git a/app-crypt/firefox-decrypt/firefox-decrypt-1.1.1.ebuild b/app-crypt/firefox-decrypt/firefox-decrypt-1.1.1.ebuild index 5031a86360..45ccda8017 100644 --- a/app-crypt/firefox-decrypt/firefox-decrypt-1.1.1.ebuild +++ b/app-crypt/firefox-decrypt/firefox-decrypt-1.1.1.ebuild @@ -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() {