[Bug 284701] net/py-impacket: RUN_DEPENDS should include net/py-pcapy
Date: Mon, 10 Feb 2025 04:16:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284701 Bug ID: 284701 Summary: net/py-impacket: RUN_DEPENDS should include net/py-pcapy Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: jcfyecrayz@liamekaens.com CC: acm@FreeBSD.org, anastasios@mageirias.com CC: acm@FreeBSD.org, anastasios@mageirias.com bin/sniff.py and bin/split.py import pcapy (from net/py-pcapy). Other python flavors than the default (currently py311) can be installed as well, so adding USES+=concurrent is useful. Patch included inline... --- a/net/py-impacket/Makefile +++ b/net/py-impacket/Makefile @@ -17,13 +17,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldap3>0:net/py-ldap3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pcapy>0:net/py-pcapy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask>0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}charset-normalizer>0:textproc/py-charset-normalizer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ldapdomaindump>0:net/py-ldapdomaindump@${PY_FLAVOR} USES= dos2unix python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes PORTDOCS= * -- You are receiving this mail because: You are the assignee for the bug.