dev-python/python-openstackclient: fixing sed typo
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 28 Mar 2016 02:42:55 +0000 (21:42 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 28 Mar 2016 02:42:55 +0000 (21:42 -0500)
Package-Manager: portage-2.2.26

dev-python/python-openstackclient/python-openstackclient-2.2.0.ebuild

index f22e56c94f7fbdb66cc47c643cb090d63b58cb73..a78b8275b36295096b5567419bdd46df1d5c31a0 100644 (file)
@@ -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
 }