FreeBSD Bugzilla – Attachment 137781 Details for
Bug 183477
[patch] databases/py-mysql2pgsql dependency fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-mysql2pgsql-argparse-fix.patch
py-mysql2pgsql-argparse-fix.patch (text/plain; charset=windows-1252), 1.07 KB, created by
koobs
on 2013-11-30 05:42:53 UTC
(
hide
)
Description:
py-mysql2pgsql-argparse-fix.patch
Filename:
MIME Type:
Creator:
koobs
Created:
2013-11-30 05:42:53 UTC
Size:
1.07 KB
patch
obsolete
>Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (revision 0) >+++ files/patch-setup.py (working copy) >@@ -0,0 +1,20 @@ >+--- ./setup.py.orig 2013-11-30 16:33:04.917364803 +1100 >++++ ./setup.py 2013-11-30 16:33:35.982613655 +1100 >+@@ -5,13 +5,15 @@ >+ 'mysql-python>=1.2.3', >+ 'psycopg2>=2.4.2', >+ 'pyyaml>=3.10.0', >+- 'argparse', >+ 'pytz', >+ ] >+ >+ if os.name == 'posix': >+ install_requires.append('termcolor>=1.1.0') >+- >++ >++if version < (2,7) or (3,0) <= version <= (3,1): >++ install_requires += ['argparse'] >++ >+ setup( >+ name='py-mysql2pgsql', >+ version='0.1.6', > >Property changes on: files/patch-setup.py >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 183477
:
137779
|
137780
| 137781