[Python-modules-commits] r32400 - in packages/pysimplesoap/trunk/debian (control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Apr 22 00:26:27 UTC 2015


    Date: Wednesday, April 22, 2015 @ 00:26:26
  Author: morph
Revision: 32400

add httplib2 and pycurl to Depends

Modified:
  packages/pysimplesoap/trunk/debian/control

Modified: packages/pysimplesoap/trunk/debian/control
===================================================================
--- packages/pysimplesoap/trunk/debian/control	2015-04-22 00:22:25 UTC (rev 32399)
+++ packages/pysimplesoap/trunk/debian/control	2015-04-22 00:26:26 UTC (rev 32400)
@@ -8,7 +8,7 @@
 
 Package: python-pysimplesoap
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-httplib2, python-pycurl
 Description: simple and lightweight SOAP Library (Python 2)
  Python simple and lightweigh SOAP library for client and server webservices
  interfaces, aimed to be as small and easy as possible, supporting most common
@@ -17,7 +17,7 @@
 
 Package: python3-pysimplesoap
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}, python3-httplib2, python3-pycurl
 Description: simple and lightweight SOAP Library (Python 3)
  Python simple and lightweigh SOAP library for client and server webservices
  interfaces, aimed to be as small and easy as possible, supporting most common




More information about the Python-modules-commits mailing list