[Python-modules-commits] r11858 - in packages/python-django-piston/trunk/debian (control)
svedrin-guest at users.alioth.debian.org
svedrin-guest at users.alioth.debian.org
Mon Feb 22 15:32:43 UTC 2010
Date: Monday, February 22, 2010 @ 15:32:36
Author: svedrin-guest
Revision: 11858
add dependency to python-oauth
Modified:
packages/python-django-piston/trunk/debian/control
Modified: packages/python-django-piston/trunk/debian/control
===================================================================
--- packages/python-django-piston/trunk/debian/control 2010-02-22 15:15:59 UTC (rev 11857)
+++ packages/python-django-piston/trunk/debian/control 2010-02-22 15:32:36 UTC (rev 11858)
@@ -13,7 +13,8 @@
Package: python-django-piston
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.1)
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.1),
+ python-oauth (>= 1.0.1)
Description: A Django mini-framework creating RESTful APIs
Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites.
More information about the Python-modules-commits
mailing list