diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-03-19 18:58:35 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-03-26 12:38:11 +0000 |
commit | 32ee2f1dcad744eac03ef367d3c021f65b47faf1 (patch) | |
tree | a7049dfa22bcda1a64862365e8a44b667caff918 | |
parent | 1469d54fcfe2d78fa45d40fd0c850955a2c29da7 (diff) |
VPP-1508: Tests: Update version of syslog_rfc5424_parser.
Bump to version v0.3.1.
Fixes an issue with stdlib enum imports under python3.5.
Change-Id: I7d8cb9e8ae9321beb4cb2ba052b08e776590c75d
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
-rw-r--r-- | test/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index 1dcd8b7d524..705ad45b0ef 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -12,4 +12,4 @@ pycodestyle # MIT (Expat license) https://pypi scapy==2.4.0; python_version >= '2.7' or python_version >= '3.4' # GPL2 https://github.com/secdev/scapy/blob/master/LICENSE six # MIT subprocess32 # PSF -syslog_rfc5424_parser>=0.3.0 # ISC +syslog_rfc5424_parser>=0.3.1 # ISC |