Michael Pasternak has uploaded a new change for review. Change subject: cli: ovirt-cli quits with DistributionNotFound exception on f18 #881011 ......................................................................
cli: ovirt-cli quits with DistributionNotFound exception on f18 #881011 https://bugzilla.redhat.com/show_bug.cgi?id=881011 Change-Id: Ife9914f61ef15b9ac4d632306ac4352e8f104706 Signed-off-by: Michael Pasternak <mpast...@redhat.com> --- M setup.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/22/10922/1 diff --git a/setup.py b/setup.py index 63a3e90..bbaaa6c 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'ovirtcli.platform', 'ovirtcli.platform.posix', 'ovirtcli.platform.windows', 'ovirtcli.shell', 'ovirtcli.utils', 'cli', 'cli.command', 'cli.platform', 'cli.platform.posix'], - install_requires=[ 'ovirt-engine-sdk >= 3.2.0.3-SNAPSHOT', 'pexpect <= 2.3', 'ply >= 3.3', 'kitchen >= 1' ], + install_requires=[ 'ovirt-engine-sdk >= 3.2.0.3-SNAPSHOT', 'pexpect >= 2.3', 'ply >= 3.3', 'kitchen >= 1' ], entry_points={ 'console_scripts': [ 'ovirt-shell = ovirtcli.main:main' ] }, **version_info ) -- To view, visit http://gerrit.ovirt.org/10922 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ife9914f61ef15b9ac4d632306ac4352e8f104706 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <mpast...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches