kytos-ng / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
0 stars 5 forks source link

fix setup.py egg_info with python 3.9 #59

Closed rmotitsuki closed 2 years ago

rmotitsuki commented 2 years ago

Fix #58 Running the command python setup.py egg_info returns an error. This PR intend to fix this issue, adding the parameter packages=[] to the setup command. It must solve dependency issues when running pip-compilein other NApps.