Index: security/py-acme/files/patch-setup.py =================================================================== --- security/py-acme/files/patch-setup.py (nonexistent) +++ security/py-acme/files/patch-setup.py (working copy) @@ -0,0 +1,18 @@ +--- setup.py.orig 2017-06-26 10:16:14 UTC ++++ setup.py +@@ -12,7 +12,6 @@ install_requires = [ + # rsa_recover_prime_factors (>=0.8) + 'cryptography>=0.8', + # Connection.set_tlsext_host_name (>=0.13) +- 'mock', + 'PyOpenSSL>=0.13', + 'pyrfc3339', + 'pytz', +@@ -35,6 +34,7 @@ if sys.version_info < (2, 7): + ]) + + dev_extras = [ ++ 'mock', + 'nose', + 'tox', + ] Property changes on: security/py-acme/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/py-certbot/files/patch-setup.py =================================================================== --- security/py-certbot/files/patch-setup.py (nonexistent) +++ security/py-certbot/files/patch-setup.py (working copy) @@ -0,0 +1,18 @@ +--- setup.py.orig 2017-06-26 10:13:14 UTC ++++ setup.py +@@ -42,7 +42,6 @@ install_requires = [ + 'ConfigArgParse>=0.9.3', + 'configobj', + 'cryptography>=1.2', # load_pem_x509_certificate +- 'mock', + 'parsedatetime>=1.3', # Calendar.parseDT + 'PyOpenSSL', + 'pyrfc3339', +@@ -67,6 +66,7 @@ dev_extras = [ + 'astroid==1.3.5', + 'coverage', + 'ipdb', ++ 'mock', + 'nose', + 'pylint==1.4.2', # upstream #248 + 'tox', Property changes on: security/py-certbot/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property