summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 18:44:02 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 18:54:16 +0200
commit7d82df7b8fb3e7878412f94ecf1d4901e8f5a069 (patch)
tree3a8194052155b64dba78e0c833068ef938854ade /dev-python/pycryptodome/files
parentdev-python/pyasn1-modules: Remove redundant versions (diff)
downloadgentoo-7d82df7b8fb3e7878412f94ecf1d4901e8f5a069.tar.gz
gentoo-7d82df7b8fb3e7878412f94ecf1d4901e8f5a069.tar.bz2
gentoo-7d82df7b8fb3e7878412f94ecf1d4901e8f5a069.zip
dev-python/pycryptodome: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycryptodome/files')
-rw-r--r--dev-python/pycryptodome/files/pycryptodome-3.9.4-tests.patch48
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/pycryptodome/files/pycryptodome-3.9.4-tests.patch b/dev-python/pycryptodome/files/pycryptodome-3.9.4-tests.patch
deleted file mode 100644
index 2cfcaec127de..000000000000
--- a/dev-python/pycryptodome/files/pycryptodome-3.9.4-tests.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff --git a/lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py b/lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py
-index a2109891..44d2e532 100644
---- a/lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py
-+++ b/lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py
-@@ -626,6 +626,7 @@ class TestVectorsWycheproof(unittest.TestCase):
- def __init__(self, wycheproof_warnings):
- unittest.TestCase.__init__(self)
- self._wycheproof_warnings = wycheproof_warnings
-+ self._id = "None"
-
- def setUp(self):
- comps = "Crypto.SelfTest.Cipher.test_vectors.wycheproof".split(".")
-diff --git a/lib/Crypto/SelfTest/Cipher/test_EAX.py b/lib/Crypto/SelfTest/Cipher/test_EAX.py
-index cdd0e85a..546186d1 100644
---- a/lib/Crypto/SelfTest/Cipher/test_EAX.py
-+++ b/lib/Crypto/SelfTest/Cipher/test_EAX.py
-@@ -656,6 +656,7 @@ class TestVectorsWycheproof(unittest.TestCase):
- def __init__(self, wycheproof_warnings):
- unittest.TestCase.__init__(self)
- self._wycheproof_warnings = wycheproof_warnings
-+ self._id = "None"
-
- def setUp(self):
- comps = "Crypto.SelfTest.Cipher.test_vectors.wycheproof".split(".")
-diff --git a/lib/Crypto/SelfTest/Cipher/test_GCM.py b/lib/Crypto/SelfTest/Cipher/test_GCM.py
-index e3a7a3da..71ea0d18 100644
---- a/lib/Crypto/SelfTest/Cipher/test_GCM.py
-+++ b/lib/Crypto/SelfTest/Cipher/test_GCM.py
-@@ -828,6 +828,7 @@ class TestVectorsWycheproof(unittest.TestCase):
- unittest.TestCase.__init__(self)
- self._wycheproof_warnings = wycheproof_warnings
- self._extra_params = extra_params
-+ self._id = "None"
-
- def setUp(self):
- comps = "Crypto.SelfTest.Cipher.test_vectors.wycheproof".split(".")
-diff --git a/lib/Crypto/SelfTest/Cipher/test_SIV.py b/lib/Crypto/SelfTest/Cipher/test_SIV.py
-index 38341e14..ab588adc 100644
---- a/lib/Crypto/SelfTest/Cipher/test_SIV.py
-+++ b/lib/Crypto/SelfTest/Cipher/test_SIV.py
-@@ -456,6 +456,7 @@ class TestVectorsWycheproof(unittest.TestCase):
-
- def __init__(self):
- unittest.TestCase.__init__(self)
-+ self._id = "None"
-
- def setUp(self):
- comps = "Crypto.SelfTest.Cipher.test_vectors.wycheproof".split(".")