Codebase list pypsrp / 5d37140
Add missing build-deps and wrap-and-sort Sophie Brun 3 years ago
1 changed file(s) with 12 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Kali Developers <[email protected]>
44 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12), dh-python, python3-setuptools, python3-all, xmldiff, python3-pytest, python3-cryptography, python3-requests, python3-yaml, python3-ntlm-auth (>= 1.2.0)
5 Build-Depends: debhelper-compat (= 12),
6 dh-python,
7 python3-all,
8 python3-cryptography,
9 python3-ntlm-auth (>= 1.2.0),
10 python3-pytest,
11 python3-requests,
12 python3-setuptools,
13 python3-spnego,
14 python3-yaml,
15 xmldiff
616 Standards-Version: 4.5.0
717 Homepage: https://github.com/jborean93/pypsrp
818 Vcs-Browser: https://gitlab.com/kalilinux/packages/pypsrp
1121
1222 Package: python3-pypsrp
1323 Architecture: all
14 Depends: ${python3:Depends}, ${misc:Depends}
24 Depends: ${misc:Depends}, ${python3:Depends}
1525 Description: PowerShell Remoting Protocol for Python (Python 3)
1626 This package contains a Python client for the PowerShell Remoting Protocol
1727 (PSRP) and Windows Remove Management (WinRM) service. It allows your to