Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Jan 2022 07:37:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 260897] Replace security/py-pycrypto with security/py-pycryptodome
Message-ID:  <bug-260897-7788-Hn8iu5sKYb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260897-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260897-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260897

--- Comment #1 from Li-Wen Hsu <lwhsu@FreeBSD.org> ---
```
-RUN_DEPENDS=3D=20=20
${PYTHON_PKGNAMEPREFIX}pycrypto>=3D2.1:security/py-pycrypto@${PY_FLAVOR}
+RUN_DEPENDS=3D=20=20
${PYTHON_PKGNAMEPREFIX}pycryptodome>=3D2.1:security/py-pycryptodome@${PY_FL=
AVOR}
```

I don't think their versions are compatible so I am fine to just using `>0`

BTW, the PyCryptodome README says "almost" drop-in replacement, I guess it's
fine but we need to test some basic functions of those ports using it.

--=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?bug-260897-7788-Hn8iu5sKYb>