summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-openstackclient/python-openstackclient-2.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-openstackclient/python-openstackclient-2.2.0.ebuild b/dev-python/python-openstackclient/python-openstackclient-2.2.0.ebuild
index f22e56c94f7f..a78b8275b362 100644
--- a/dev-python/python-openstackclient/python-openstackclient-2.2.0.ebuild
+++ b/dev-python/python-openstackclient/python-openstackclient-2.2.0.ebuild
@@ -61,7 +61,7 @@ RDEPEND="
python_prepare_all() {
sed -i '/^hacking/d' test-requirements.txt || die
# clients aren't actually needed
- sed -o '/\-client/d' test-requirements.txt || die
+ sed -i '/\-client/d' test-requirements.txt || die
distutils-r1_python_prepare_all
}