vpp_papi: Adjust aenum import for python3.
[vpp.git] / src / vpp-api / python / setup.py
index b5fc11a..c832132 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 import sys
 
-stdlib_enum = sys.version_info >= (3, 4)
+stdlib_enum = sys.version_info >= (3, 6)
 
 try:
     from setuptools import setup, find_packages