From 74f1f28e70a3272741f2fbac1bc6029b10ce143f Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 21 Apr 2021 01:43:17 +0000 Subject: Adding metadata --- dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/python-swiftclient') 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 b12008f911f4..6487ffe982ab 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 } -- cgit v1.3.1