Papi: Back to python2, add aenum 87/18287/3
authorTibor Frank <tifrank@cisco.com>
Thu, 14 Mar 2019 11:59:01 +0000 (12:59 +0100)
committerJan Gelety <jgelety@cisco.com>
Thu, 14 Mar 2019 14:52:44 +0000 (14:52 +0000)
Change-Id: I3939af7dc29edb58dab7febff400007d91961081
Signed-off-by: Tibor Frank <tifrank@cisco.com>
requirements.txt
resources/tools/papi/vpp_papi_provider.py

index 0ce17e2..3fa2a9d 100644 (file)
@@ -33,6 +33,7 @@
 # TODO: Figure out a way to verify edits to this file automatically.
 
 # TODO: Split into directly needed packages and their dependencies.
 # TODO: Figure out a way to verify edits to this file automatically.
 
 # TODO: Split into directly needed packages and their dependencies.
+aenum==2.1.2
 docopt==0.6.2  # for pykwalify
 ecdsa==0.13
 enum34==1.1.2
 docopt==0.6.2  # for pykwalify
 ecdsa==0.13
 enum34==1.1.2
index d41c4fb..73f9fe6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python2
 
 # Copyright (c) 2019 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 
 # Copyright (c) 2019 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");