diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-02-12 23:34:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-02-12 23:34:19 +0000 |
commit | ca3e1f7adcb23993fe45596520d214690fea902d (patch) | |
tree | d7cc993ab51c90bcadca776ab60d57746a23d4fa /textproc/xml2rfc/files | |
parent | 4c62f5d3aef7c007e0893e7bbf88951f326b2dde (diff) | |
download | ports-ca3e1f7adcb23993fe45596520d214690fea902d.tar.gz ports-ca3e1f7adcb23993fe45596520d214690fea902d.zip |
Notes
Diffstat (limited to 'textproc/xml2rfc/files')
-rw-r--r-- | textproc/xml2rfc/files/patch-setup-lxml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/xml2rfc/files/patch-setup-lxml b/textproc/xml2rfc/files/patch-setup-lxml new file mode 100644 index 000000000000..3644008a508a --- /dev/null +++ b/textproc/xml2rfc/files/patch-setup-lxml @@ -0,0 +1,10 @@ +--- setup.py.~1~ 2014-01-17 14:28:33.000000000 -0500 ++++ setup.py 2014-02-12 08:26:27.000000000 -0500 +@@ -89,6 +89,6 @@ + package_data={'xml2rfc': ['templates/*', + ]}, + +- install_requires = ['lxml >=2.2.8', 'lxml <= 3.2.1' ], ++ install_requires = ['lxml >=2.2.8' ], + zip_safe = False, # We're reading templates from a package directory. + ) |