Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-swiftclient/
Date: Tue, 20 Apr 2021 20:26:42
Message-Id: 1618950390.1c2182def97ea1477c6bfde903e968558f8aa0dd.prometheanfire@gentoo
1 commit: 1c2182def97ea1477c6bfde903e968558f8aa0dd
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 20:26:30 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 20:26:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2182de
7
8 dev-python/python-swiftclient: remove pep8 from env list
9
10 Closes: https://bugs.gentoo.org/756007
11 Package-Manager: Portage-3.0.17, Repoman-3.0.2
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild b/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild
18 index 0b014aa98a4..b012263150d 100644
19 --- a/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild
20 +++ b/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -36,6 +36,7 @@ RDEPEND="
28
29 python_prepare_all() {
30 sed -i '/hacking/d' "${S}/test-requirements.txt" || die "sed failed"
31 + sed -i 's/\,pep8//g' "${S}/tox.ini" || die "sed failed"
32 distutils-r1_python_prepare_all
33 }