File: python-package-depends-on-package-from-other-python-variant.tag

package info (click to toggle)
lintian 2.129.0
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 71,680 kB
  • sloc: perl: 46,081; javascript: 9,151; makefile: 4,058; sh: 3,044; ansic: 714; xml: 518; python: 91; java: 15; cpp: 9; tcl: 4; lisp: 3
file content (10 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
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