You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2016/07/13 11:56:33 UTC

libcloud git commit: Remove python-libvirt package since this library needs to be installed into virtualenv and not as a global system package.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 608b7ec8a -> 6626808f2


 Remove python-libvirt package since this library needs to be installed into
 virtualenv and not as a global system package.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6626808f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6626808f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6626808f

Branch: refs/heads/trunk
Commit: 6626808f2e301685b88a7cf3cbe3a13d14ef78ce
Parents: 608b7ec
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Wed Jul 13 13:55:50 2016 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Wed Jul 13 13:55:50 2016 +0200

----------------------------------------------------------------------
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/6626808f/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 32bf653..c27cc7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,6 @@ addons:
   apt:
     packages:
       - graphviz
-      - python-libvirt
 
 matrix:
   fast_finish: true