Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284701

            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+=3Dconcurrent is useful.

Patch included inline...

--- a/net/py-impacket/Makefile
+++ b/net/py-impacket/Makefile
@@ -17,13 +17,14 @@ RUN_DEPENDS=3D=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}pyasn1>=3D0:devel/py-pyasn1@${PY_FLAVOR} \
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${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=
} \
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}charset-normalizer>0:textproc/py-charset-normalizer@=
${PY_FLAVOR}
\
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}ldapdomaindump>0:net/py-ldapdomaindump@${PY_FLAVOR}

 USES=3D          dos2unix python
-USE_PYTHON=3D    autoplist distutils
+USE_PYTHON=3D    autoplist concurrent distutils
 NO_ARCH=3D       yes

 PORTDOCS=3D      *

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?>