From 852eb6ae7cd4c663659830dc4e192fbfcab3cdef Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Mon, 23 Dec 2019 16:27:26 +0000 Subject: main/py3-pycryptodome: replace py3-crypto pycrypto's last release was in [2013][0], and pycryptodome is mostly [backwards compatible][1], so replace py3-crypto. [0]: https://pypi.org/project/pycrypto/#history [1]: https://pycryptodome.readthedocs.io/en/latest/src/vs_pycrypto.html --- main/py3-crypto/python-3.8.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 main/py3-crypto/python-3.8.patch (limited to 'main/py3-crypto/python-3.8.patch') diff --git a/main/py3-crypto/python-3.8.patch b/main/py3-crypto/python-3.8.patch deleted file mode 100644 index a82929ab7f..0000000000 --- a/main/py3-crypto/python-3.8.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lib/Crypto/Random/_UserFriendlyRNG.py b/lib/Crypto/Random/_UserFriendlyRNG.py -index 957e006..34e2a31 100644 ---- a/lib/Crypto/Random/_UserFriendlyRNG.py -+++ b/lib/Crypto/Random/_UserFriendlyRNG.py -@@ -74,7 +74,7 @@ class _EntropyCollector(object): - self._time_es.feed(struct.pack("@I", int(2**30 * (t - floor(t))))) - - # Add the fractional part of time.clock() -- t = time.clock() -+ t = time.perf_counter() - self._clock_es.feed(struct.pack("@I", int(2**30 * (t - floor(t))))) - - -- cgit v1.2.3