[Bug 260897] Replace security/py-pycrypto with security/py-pycryptodome

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 04 Jan 2022 07:37:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260897

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

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.

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