diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-03-07 11:26:23 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-03-07 22:19:48 +0000 |
commit | 42bdba80f744840ed281770624019a8907793bf3 (patch) | |
tree | 276246a929acd2f6ef86521d0605159bdb777837 /test | |
parent | 2cbf2fb05ea0468a6faf8df575f32d1277109527 (diff) |
vpp_papi: Adjust aenum import for python3.
The stdlib introduced IntEnum in python 3.4 and IntFlag in python 3.6.
Change-Id: I3ac278a9d5a97eefa9fc4f1491f0cd030e40c3b2
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index b05cc74bc1a..e4344d6928f 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,3 +1,4 @@ +aenum>= 2.1.2; python_version < '3.6' # BSD cffi # MIT cryptography!=2.0 # BSD/Apache-2.0 faulthandler; python_version < '3.3' # # BSD License (2 clause) |