[Python-modules-commits] r28547 - in packages/libcloud/trunk/debian (control)

eighthave at users.alioth.debian.org eighthave at users.alioth.debian.org
Thu Apr 17 20:28:44 UTC 2014


    Date: Thursday, April 17, 2014 @ 20:28:43
  Author: eighthave
Revision: 28547

add missing python-lockfile Depends

Modified:
  packages/libcloud/trunk/debian/control

Modified: packages/libcloud/trunk/debian/control
===================================================================
--- packages/libcloud/trunk/debian/control	2014-04-17 16:17:54 UTC (rev 28546)
+++ packages/libcloud/trunk/debian/control	2014-04-17 20:28:43 UTC (rev 28547)
@@ -19,7 +19,10 @@
 
 Package: python-libcloud
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-simplejson
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-lockfile,
+         python-simplejson
 Description: unified Python interface into the cloud
  libcloud is a pure Python client library for interacting with many of the
  popular cloud server providers using a unified API. It was created to make it




More information about the Python-modules-commits mailing list