[Python-modules-commits] r21564 - in packages/python-oauthlib/trunk/debian (control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri May 4 19:40:51 UTC 2012


    Date: Friday, May 4, 2012 @ 19:40:50
  Author: eriol-guest
Revision: 21564

Added python-crypto to Depends

Modified:
  packages/python-oauthlib/trunk/debian/control

Modified: packages/python-oauthlib/trunk/debian/control
===================================================================
--- packages/python-oauthlib/trunk/debian/control	2012-05-04 19:20:22 UTC (rev 21563)
+++ packages/python-oauthlib/trunk/debian/control	2012-05-04 19:40:50 UTC (rev 21564)
@@ -17,7 +17,8 @@
 Architecture: all
 Depends:
  ${misc:Depends},
- ${python:Depends}
+ ${python:Depends},
+ python-crypto
 Description: Generic, spec-compliant implementation of the OAuth for Python
  OAuthLib is a generic utility which implements the logic of OAuth without
  assuming a specific HTTP request object. It can be used to graft OAuth support




More information about the Python-modules-commits mailing list