[Python-modules-commits] [python-django-extensions] 10/18: Remove python3-keyczar from Suggests as it does not exist.
Michael Fladischer
fladi at moszumanska.debian.org
Wed May 18 13:34:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository python-django-extensions.
commit 318fd07ebcb26fc4171469a2ae9776ce8bbd86e3
Author: Michael Fladischer <fladi at debian.org>
Date: Tue May 17 11:51:55 2016 +0200
Remove python3-keyczar from Suggests as it does not exist.
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c5ad44c..0879d56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ python-django-extensions (1.6.7-1) UNRELEASED; urgency=low
* Remove unnecessary versioned dependencies.
* Remove python{,3}-profiler from Suggests as it is provided by
python{,3} itself.
+ * Remove python3-keyczar from Suggests as it does not exist.
-- Michael Fladischer <fladi at debian.org> Mon, 16 May 2016 17:18:48 +0200
diff --git a/debian/control b/debian/control
index a57576a..7da0165 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Package: python3-django-extensions
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django, python3-six
Recommends: libjs-jquery
-Suggests: python3-werkzeug, python3-pygraphviz, python3-boto, python3-keyczar
+Suggests: python3-werkzeug, python3-pygraphviz, python3-boto
Description: Useful extensions for Django projects
This is a collection of useful third-party tools for projects that use the
Django web development framework. It provides the management commands:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-extensions.git
More information about the Python-modules-commits
mailing list