Codebase list python-nmap / 8ed7c8af-1870-4fef-b241-4e85a97c3f8b/main
Remove constraints unnecessary since buster * Build-Depends-Indep: Drop versioned constraint on python-all. * python-nmap: Drop versioned constraint on dpkg in Pre-Depends. * python3-nmap: Drop versioned constraint on dpkg in Pre-Depends. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
1 changed file(s) with 1 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66 Build-Depends: debhelper (>= 9~)
77 Build-Depends-Indep: dh-python
88 , nmap
9 , python-all (>= 2.6.6-3~)
9 , python-all
1010 , python3-all
1111 , python-nose
1212 , python3-nose
1717
1818 Package: python-nmap
1919 Architecture: all
20 Pre-Depends: dpkg (>= 1.15.6~)
2120 Depends: ${python:Depends}, ${misc:Depends}, nmap
2221 Provides: ${python:Provides}
2322 Description: Python interface to the Nmap port scanner
2827
2928 Package: python3-nmap
3029 Architecture: all
31 Pre-Depends: dpkg (>= 1.15.6~)
3230 Depends: ${python3:Depends}, ${misc:Depends}, nmap
3331 Provides: ${python3:Provides}
3432 Description: Python3 interface to the Nmap port scanner