Files
ports/mail/py-mail-parser/files/patch-requirements.txt
2020-02-02 14:24:56 +00:00

12 lines
271 B
Plaintext

--- requirements.txt.orig 2020-01-27 00:11:06 UTC
+++ requirements.txt
@@ -1,3 +1,3 @@
-ipaddress==1.0.23
-simplejson==3.17.0
-six==1.14.0
\ No newline at end of file
+ipaddress>=1.0.23; python_version < '3.3'
+simplejson>=3.17.0
+six>=1.14.0
\ No newline at end of file