Skip to content

Commit

Permalink
Merge pull request #27 from usmanazFIU/kytos-utils-napps.py-bugfix
Browse files Browse the repository at this point in the history
Updated ruamel.yaml import to avoid setup.py develop wheels issue
  • Loading branch information
viniarck authored Jul 7, 2022
2 parents b6d0479 + 75be097 commit 9feb71e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Removed
Fixed
=====

Updated ruamel.yaml import to avoid python3 setup.py develop wheels issue

Security
========

Expand Down
2 changes: 1 addition & 1 deletion kytos/utils/napps.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# pylint: disable=ungrouped-imports,wrong-import-order
import pathspec
from jinja2 import Environment, FileSystemLoader
from ruamel.yaml import YAML
from ruamel.yaml.main import YAML

from kytos.utils.client import NAppsClient
from kytos.utils.config import KytosConfig
Expand Down

0 comments on commit 9feb71e

Please sign in to comment.