You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ros/rosbag/files/pycrypto.patch

16 lines
402 B

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