Change in vdsm[master]: Fix py_modules in setup.py

ybronhei at redhat.com ybronhei at redhat.com
Tue May 21 09:01:54 UTC 2013


Yaniv Bronhaim has uploaded a new change for review.

Change subject: Fix py_modules in setup.py
......................................................................

Fix py_modules in setup.py

After modifying cpopen.py to __init__.py we should also update setup.py
parameters. This bug may lead to build errors on dirty vdsm environment.

Change-Id: I253adf740d31aec59e19136d07e3221ee7b2823d
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
---
M lib/cpopen/setup.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/15/14915/1

diff --git a/lib/cpopen/setup.py b/lib/cpopen/setup.py
index 8983c51..66fc157 100644
--- a/lib/cpopen/setup.py
+++ b/lib/cpopen/setup.py
@@ -6,7 +6,7 @@
 setup(name='cpopen',
       version='1.2.1',
       description='Creates a subprocess in simpler safer manner',
-      py_modules=['cpopen'],
+      py_modules=['__init__'],
       author='Yaniv Bronhaim',
       author_email='ybronhei at redhat.com',
       url='redhat.com',


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I253adf740d31aec59e19136d07e3221ee7b2823d
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>


More information about the vdsm-patches mailing list