summaryrefslogtreecommitdiff
path: root/dev-ros/rosbag/files/pycrypto.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-25 08:07:03 +0000
commita1b20429e7e2ba1b44414459afd5a2b50788cd9c (patch)
treee721db30ecc3e534a03ab9b3115762959cc0c28c /dev-ros/rosbag/files/pycrypto.patch
parentdbbd2ae5e62a232616ede4dae3ed69e15903940a (diff)
gentoo auto-resync : 25:01:2023 - 08:07:03
Diffstat (limited to 'dev-ros/rosbag/files/pycrypto.patch')
-rw-r--r--dev-ros/rosbag/files/pycrypto.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-ros/rosbag/files/pycrypto.patch b/dev-ros/rosbag/files/pycrypto.patch
deleted file mode 100644
index c221d1bc086b..000000000000
--- a/dev-ros/rosbag/files/pycrypto.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: rosbag/src/rosbag/bag.py
-===================================================================
---- rosbag.orig/src/rosbag/bag.py
-+++ rosbag/src/rosbag/bag.py
-@@ -50,8 +50,8 @@ import threading
- import time
- import yaml
-
--from Cryptodome.Cipher import AES
--from Cryptodome.Random import get_random_bytes
-+from Crypto.Cipher import AES
-+from Crypto.Random import get_random_bytes
-
- import gnupg
-