[Python-modules-commits] r29233 - in packages/python-demjson/trunk/debian (control)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Fri Jun 6 08:40:08 UTC 2014
Date: Friday, June 6, 2014 @ 08:40:07
Author: takaki
Revision: 29233
Add Depends to python3
Modified:
packages/python-demjson/trunk/debian/control
Modified: packages/python-demjson/trunk/debian/control
===================================================================
--- packages/python-demjson/trunk/debian/control 2014-06-06 08:37:25 UTC (rev 29232)
+++ packages/python-demjson/trunk/debian/control 2014-06-06 08:40:07 UTC (rev 29233)
@@ -24,7 +24,7 @@
Package: python3-demjson
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: python3, ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: encoder, decoder, and lint/validator for JSON in Python
demjson is a comprehensive Python language binding to the JSON
More information about the Python-modules-commits
mailing list