mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-python/python-swiftclient: remove pep8 from env list
Closes: https://bugs.gentoo.org/756007 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -36,6 +36,7 @@ RDEPEND="
|
||||
|
||||
python_prepare_all() {
|
||||
sed -i '/hacking/d' "${S}/test-requirements.txt" || die "sed failed"
|
||||
sed -i 's/\,pep8//g' "${S}/tox.ini" || die "sed failed"
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user