ports/security/py-rekall_lib/files/patch-setup.py
Antoine Brodin 9e4b89019e New port: security/py-rekall_lib
Support libraries for the Rekall framework.

WWW: http://www.rekall-forensic.com/
2018-05-24 17:20:22 +00:00

14 lines
319 B
Python

--- setup.py.orig 2017-11-05 21:38:24 UTC
+++ setup.py
@@ -41,9 +41,9 @@ def find_data_files(source):
return result
install_requires = [
- "arrow==0.10.0",
+ "arrow>=0.10.0",
"future",
- "sortedcontainers==1.5.7",
+ "sortedcontainers>=1.5.7",
]
data_files = (find_data_files("test_data") +