mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/gef: fix stripping pylint
Been doing too much distutils-r1! Bug: https://bugs.gentoo.org/832410 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -44,10 +44,10 @@ BDEPEND="doc? ( dev-python/mkdocs )
|
||||
')
|
||||
)"
|
||||
|
||||
python_prepare_all() {
|
||||
sed -i -e '/pylint/d' requirements.txt || die
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
sed -i -e '/pylint/d' requirements.txt || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
@@ -44,10 +44,10 @@ BDEPEND="doc? ( dev-python/mkdocs )
|
||||
')
|
||||
)"
|
||||
|
||||
python_prepare_all() {
|
||||
sed -i -e '/pylint/d' requirements.txt || die
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
sed -i -e '/pylint/d' requirements.txt || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
@@ -44,10 +44,10 @@ BDEPEND="doc? ( dev-python/mkdocs )
|
||||
')
|
||||
)"
|
||||
|
||||
python_prepare_all() {
|
||||
sed -i -e '/pylint/d' requirements.txt || die
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
sed -i -e '/pylint/d' requirements.txt || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user