summaryrefslogtreecommitdiff
path: root/net/py-tweepy/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-tweepy/files')
-rw-r--r--net/py-tweepy/files/patch-setup.py2
-rw-r--r--net/py-tweepy/files/patch-test__requirements.txt12
2 files changed, 8 insertions, 6 deletions
diff --git a/net/py-tweepy/files/patch-setup.py b/net/py-tweepy/files/patch-setup.py
index 6a7f90eda2c2..128ffbd70417 100644
--- a/net/py-tweepy/files/patch-setup.py
+++ b/net/py-tweepy/files/patch-setup.py
@@ -1,4 +1,4 @@
---- setup.py.orig 2015-02-21 19:28:08 UTC
+--- setup.py.orig 2015-11-20 05:42:25 UTC
+++ setup.py
@@ -15,7 +15,10 @@ else:
raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE,))
diff --git a/net/py-tweepy/files/patch-test__requirements.txt b/net/py-tweepy/files/patch-test__requirements.txt
index ffe0ff724815..454ca40be618 100644
--- a/net/py-tweepy/files/patch-test__requirements.txt
+++ b/net/py-tweepy/files/patch-test__requirements.txt
@@ -1,7 +1,9 @@
---- test_requirements.txt.orig 2015-07-05 15:09:04 UTC
+--- test_requirements.txt.orig 2015-11-20 05:42:25 UTC
+++ test_requirements.txt
-@@ -1,4 +1,3 @@
+@@ -1,4 +1,2 @@
-tox>=1.7.2
- vcrpy==1.1.2
- mock==1.0.1
- unittest2 # Comment this line out if using Python 3.
+-vcrpy==1.1.2
+-mock==1.0.1
+-unittest2 # Comment this line out if using Python 3.
++vcrpy>=1.1.2
++mock>=1.0.1