Package: python3-mongoengine
Version: 0.10.6-1
Severity: important
Tags: patch
Due to a cut'n'paste error the python3 dependency is missing.
Fix:
--- debian/control.old 2017-07-06 16:49:32.000000000 +0000
+++ debian/control 2017-07-06 16:49:45.000000000 +0000
@@ -58,11 +58,11 @@
python3-gridfs,
python3-pymongo (>= 2.7),
${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
Recommends:
python3-django,
Provides:
- ${python:Provides},
+ ${python3:Provides},
Description: Python 3 Document-Object Mapper for working with MongoDB
MongoEngine is a Document-Object Mapper (think ORM, but for document
databases) for working with MongoDB from Python. It uses a simple declarative