David Caro has uploaded a new change for review.

Change subject: Appending PYTHONPATH instead of overriding it
......................................................................

Appending PYTHONPATH instead of overriding it

So you can specify other paths to look for dependencies, for example,
when you want to use non packaged deps (like ovirt-engine-sdk)

Change-Id: I8dee7a560f66961402f07a7273ca38768108d371
Signed-off-by: David Caro <dcaro...@redhat.com>
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-scheduler-proxy 
refs/changes/43/17543/1

diff --git a/Makefile b/Makefile
index 96b1d1f..471ae24 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 all: test pep8
 
-PYTHONPATH=src
+PYTHONPATH=$PYTHONPATH:src
 
 test:
        PYTHONPATH=$(PYTHONPATH) nosetests -v


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8dee7a560f66961402f07a7273ca38768108d371
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-scheduler-proxy
Gerrit-Branch: master
Gerrit-Owner: David Caro <dcaro...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to