diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-04-20 15:26:30 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-04-20 15:26:30 -0500 |
commit | 1c2182def97ea1477c6bfde903e968558f8aa0dd (patch) | |
tree | 9b05682bb88d143d5b0653933ccdb20d198beb67 /dev-python/python-swiftclient | |
parent | sys-cluster/neutron: use chown/chmod instead of fperm/fowners (diff) | |
download | gentoo-1c2182def97ea1477c6bfde903e968558f8aa0dd.tar.gz gentoo-1c2182def97ea1477c6bfde903e968558f8aa0dd.tar.bz2 gentoo-1c2182def97ea1477c6bfde903e968558f8aa0dd.zip |
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>
Diffstat (limited to 'dev-python/python-swiftclient')
-rw-r--r-- | dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild b/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild index 0b014aa98a49..b012263150d4 100644 --- a/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild +++ b/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild @@ -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 } |