diff options
-rw-r--r-- | requirements.txt | 1 | ||||
-rwxr-xr-x | resources/tools/papi/vpp_papi_provider.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0ce17e2b47..3fa2a9d879 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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. +aenum==2.1.2 docopt==0.6.2 # for pykwalify ecdsa==0.13 enum34==1.1.2 diff --git a/resources/tools/papi/vpp_papi_provider.py b/resources/tools/papi/vpp_papi_provider.py index d41c4fbe54..73f9fe65c0 100755 --- a/resources/tools/papi/vpp_papi_provider.py +++ b/resources/tools/papi/vpp_papi_provider.py @@ -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"); |