summaryrefslogtreecommitdiffstats
path: root/tags/d/django-package-does-not-depend-on-django.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/d/django-package-does-not-depend-on-django.tag')
-rw-r--r--tags/d/django-package-does-not-depend-on-django.tag8
1 files changed, 8 insertions, 0 deletions
diff --git a/tags/d/django-package-does-not-depend-on-django.tag b/tags/d/django-package-does-not-depend-on-django.tag
new file mode 100644
index 0000000..0f782c4
--- /dev/null
+++ b/tags/d/django-package-does-not-depend-on-django.tag
@@ -0,0 +1,8 @@
+Tag: django-package-does-not-depend-on-django
+Severity: warning
+Check: languages/python
+Explanation: This package appears to be library module for the Django web development
+ framework but it does not specify a binary dependency on the Django package
+ itself.
+ .
+ Please add a Depends on <code>python-django</code> or <code>python3-django</code>.