summaryrefslogtreecommitdiff
path: root/dev-python/python-swiftclient
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-21 01:43:17 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-21 01:43:17 +0000
commit74f1f28e70a3272741f2fbac1bc6029b10ce143f (patch)
treec6f4d54c2b032bb845fa293443b57c01d4c561f5 /dev-python/python-swiftclient
parent46f16294c273dc905ce5466d783ea6752251483d (diff)
downloadbaldeagleos-repo-74f1f28e70a3272741f2fbac1bc6029b10ce143f.tar.gz
baldeagleos-repo-74f1f28e70a3272741f2fbac1bc6029b10ce143f.tar.xz
baldeagleos-repo-74f1f28e70a3272741f2fbac1bc6029b10ce143f.zip
Adding metadata
Diffstat (limited to 'dev-python/python-swiftclient')
-rw-r--r--dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild3
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 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
}