[ovirt-engine-cli] Forgot to add the patch

Juan Hernandez jhernand at fedoraproject.org
Thu Feb 7 16:15:06 UTC 2013


commit 4de9c79ddbcf1d51301d9dc8ad9f4a9e8b62c91b
Author: Juan Hernandez <juan.hernandez at redhat.com>
Date:   Thu Feb 7 17:13:59 2013 +0100

    Forgot to add the patch

 0001-Use-pexpect-u-instead-of-pexpect.patch |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/0001-Use-pexpect-u-instead-of-pexpect.patch b/0001-Use-pexpect-u-instead-of-pexpect.patch
new file mode 100644
index 0000000..ecd0402
--- /dev/null
+++ b/0001-Use-pexpect-u-instead-of-pexpect.patch
@@ -0,0 +1,25 @@
+From 47cfebeeb553f7a9b3b6eb5be771c5e380b9b08c Mon Sep 17 00:00:00 2001
+From: Sander Hoentjen <sander at hoentjen.eu>
+Date: Thu, 31 Jan 2013 09:31:14 +0100
+Subject: [PATCH] Use pexpect-u instead of pexpect
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index b2aa2e3..6a6aaca 100755
+--- a/setup.py
++++ b/setup.py
+@@ -30,7 +30,7 @@ setup(
+                  '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-u >= 2.3', 'ply >= 3.3', 'kitchen >= 1' ],
+     entry_points={ 'console_scripts': [ 'ovirt-shell = ovirtcli.main:main' ] },
+     **version_info
+ )
+-- 
+1.8.1
+


More information about the scm-commits mailing list