summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/twisted/files/twisted-21.2.0-int-from-bytes.patch')
-rw-r--r--dev-python/twisted/files/twisted-21.2.0-int-from-bytes.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/twisted/files/twisted-21.2.0-int-from-bytes.patch b/dev-python/twisted/files/twisted-21.2.0-int-from-bytes.patch
deleted file mode 100644
index ef9bd777ac7c..000000000000
--- a/dev-python/twisted/files/twisted-21.2.0-int-from-bytes.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/twisted/conch/ssh/common.py b/src/twisted/conch/ssh/common.py
-index 3e4f8cdc7..ee3d63143 100644
---- a/src/twisted/conch/ssh/common.py
-+++ b/src/twisted/conch/ssh/common.py
-@@ -11,7 +11,8 @@ Maintainer: Paul Swartz
-
- import struct
-
--from cryptography.utils import int_from_bytes, int_to_bytes
-+from cryptography.utils import int_to_bytes
-+int_from_bytes = int.from_bytes
-
- from twisted.python.deprecate import deprecated
- from twisted.python.versions import Version