[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, master, updated. 3.0.0-alpha3-257-g1da8e3a

Charles Plessy plessy at debian.org
Sun Jun 16 02:31:34 UTC 2013


The following commit has been merged in the master branch:
commit fbaa65bd9b9ff27c472c2973887370899fe71151
Author: Charles Plessy <plessy at debian.org>
Date:   Sun Jun 16 10:35:40 2013 +0900

    Stopped to use the Python libraries boto and m2crypto, and started to use lxml,
    requestbuilder, requests, setuptools and six.

diff --git a/debian/control b/debian/control
index 08b1ccc..aa32bbc 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,11 @@ Build-Depends: cdbs (>= 0.4.90~),
                debhelper (>= 8),
                help2man,
                python-all,
-               python-boto (>= 2.0~),
-               python-m2crypto
+               python-lxml,
+               python-requestbuilder,
+               python-requests,
+               python-setuptools,
+               python-six
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-eucalyptus/euca2ools.git
 Vcs-Git: git://anonscm.debian.org/pkg-eucalyptus/euca2ools.git
@@ -23,8 +26,11 @@ X-Python-Version: >= 2.5
 Package: euca2ools
 Architecture: all
 Depends: ${python:Depends},
-         python-m2crypto (>= 0.20.2),
-         python-boto (>= 2.0~),
+         python-lxml,
+         python-requestbuilder,
+         python-requests,
+         python-setuptools,
+         python-six,
          ${misc:Depends}
 Recommends: openssl
 Description: tools for interacting with AWS API-compatible services

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list