Michael Pasternak has uploaded a new change for review.

Change subject: cli: add ply as deploy dep.
......................................................................

cli: add ply as deploy dep.

Change-Id: Ide48b44a9fb713debec4a539f43a2a27e6e78ee1
Signed-off-by: Michael Pasternak <[email protected]>
---
M setup.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/67/7267/1

diff --git a/setup.py b/setup.py
index 7a92cd7..1395e87 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.1.0.1-SNAPSHOT', 'pexpect <= 
2.3' ],
+    install_requires=[ 'ovirt-engine-sdk >= 3.1.0.1-SNAPSHOT', 'pexpect <= 
2.3', 'ply >= 3.3' ],
     entry_points={ 'console_scripts': [ 'ovirt-shell = ovirtcli.main:main' ] },
     **version_info
 )


--
To view, visit http://gerrit.ovirt.org/7267
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ide48b44a9fb713debec4a539f43a2a27e6e78ee1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-cli
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to