Michael Pasternak has uploaded a new change for review. Change subject: cli: add missing packages in setup.py ......................................................................
cli: add missing packages in setup.py Change-Id: Ieb5fbe2e50a854f6fc804428fce25337607777d6 Signed-off-by: Michael pasternak <mpast...@redhat.com> --- M setup.py 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/85/21285/1 diff --git a/setup.py b/setup.py index 5e55b50..aa83b70 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,9 @@ packages=[ 'ovirtcli', 'ovirtcli.command', 'ovirtcli.format', 'ovirtcli.platform', 'ovirtcli.platform.posix', 'ovirtcli.platform.windows', 'ovirtcli.shell', 'ovirtcli.utils', 'cli', - 'cli.command', 'cli.platform', 'cli.platform.posix'], + 'cli.command', 'cli.platform', 'cli.platform.posix', 'ovirtcli.infrastructure', + 'ovirtcli.annotations', 'ovirtcli.events', 'ovirtcli.listeners', 'ovirtcli.meta', + 'ovirtcli.state'], install_requires=[ 'ovirt-engine-sdk-python >= 3.3.0.3', 'ply >= 3.3', 'kitchen >= 1' ], entry_points={ 'console_scripts': [ 'ovirt-shell = ovirtcli.main:main' ] }, **version_info -- To view, visit http://gerrit.ovirt.org/21285 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ieb5fbe2e50a854f6fc804428fce25337607777d6 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