diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2019-04-18 17:10:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2019-04-18 17:10:36 +0000 |
commit | ccb172111a3866d49f4c57120d843c96a8de7aa9 (patch) | |
tree | 9764dae6de9ee523b98e05ec090d0f8495234084 /textproc/xml2rfc/files/patch-requirements.txt | |
parent | devel/ace: fix build on powerpc64 (diff) |
Update to 2.22.3.
See http://svn.tools.ietf.org/svn/tools/xml2rfc/tags/cli/2.22.3/changelog for a list
of changes in this release.
Notes
Notes:
svn path=/head/; revision=499281
Diffstat (limited to 'textproc/xml2rfc/files/patch-requirements.txt')
-rw-r--r-- | textproc/xml2rfc/files/patch-requirements.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/xml2rfc/files/patch-requirements.txt b/textproc/xml2rfc/files/patch-requirements.txt new file mode 100644 index 000000000000..664365d045c0 --- /dev/null +++ b/textproc/xml2rfc/files/patch-requirements.txt @@ -0,0 +1,11 @@ +--- requirements.txt.orig 2019-02-14 14:17:04 UTC ++++ requirements.txt +@@ -1,7 +1,7 @@ + google-i18n-address>=2.3.2 + html5lib>=1.0.1 + intervaltree>=2.1.0,!=3.0.0 +-lxml>=2.2.8,!=4.3.1 ++lxml>=2.2.8 + pycountry>=1.8 + pyflakes>=0.8.1 + requests>=2.5.0 |