summaryrefslogtreecommitdiffstats
path: root/tags/p/python-package-depends-on-package-from-other-python-variant.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/p/python-package-depends-on-package-from-other-python-variant.tag')
-rw-r--r--tags/p/python-package-depends-on-package-from-other-python-variant.tag10
1 files changed, 10 insertions, 0 deletions
diff --git a/tags/p/python-package-depends-on-package-from-other-python-variant.tag b/tags/p/python-package-depends-on-package-from-other-python-variant.tag
new file mode 100644
index 0000000..9513846
--- /dev/null
+++ b/tags/p/python-package-depends-on-package-from-other-python-variant.tag
@@ -0,0 +1,10 @@
+Tag: python-package-depends-on-package-from-other-python-variant
+Severity: warning
+Check: languages/python
+Explanation: Either the specified Python 3.x package declares a dependency on a
+ Python 2.x package, or the specified Python 2.x package depends on a Python
+ 3.x package.
+ .
+ This is likely a typo in <code>debian/control</code> or due to misconfigured
+ calls to, for example, <code>dh&lowbar;installdocs --link-doc=PKG</code>.
+See-Also: Bug#884692