1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- pywinrm is named pywinrm, not winrm

- pywinrm is not python3 ready

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-05-11 20:49:56 +00:00
parent ffd6347431
commit 4e8119bc42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469695
4 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>