mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- pywinrm is named pywinrm, not winrm
- pywinrm is not python3 ready Reported by: pkg-fallout
This commit is contained in:
parent
ffd6347431
commit
4e8119bc42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469695
@ -1001,6 +1001,7 @@
|
||||
SUBDIR += py-python-registry
|
||||
SUBDIR += py-python-social-auth
|
||||
SUBDIR += py-python3-openid
|
||||
SUBDIR += py-pywinrm
|
||||
SUBDIR += py-rekall
|
||||
SUBDIR += py-rekall-core
|
||||
SUBDIR += py-requests-credssp
|
||||
@ -1027,7 +1028,6 @@
|
||||
SUBDIR += py-virustotal-api
|
||||
SUBDIR += py-volatility
|
||||
SUBDIR += py-vulndb
|
||||
SUBDIR += py-winrm
|
||||
SUBDIR += py-yara
|
||||
SUBDIR += py-yubioath-desktop
|
||||
SUBDIR += py-yubikey-manager
|
||||
|
@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmltodict>0:devel/py-xmltodict@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests-credssp>=0.0.1:security/py-requests-credssp@${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Reference in New Issue
Block a user