Skip to content

Commit

Permalink
Changed the python version to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkateshRavula committed Apr 24, 2020
1 parent e13a0ed commit 5db640f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/oneview_hypervisor_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- Provides an interface to manage Hypervisor Managers resources. Can create, update, and delete.
version_added: "2.4"
requirements:
- "python >= 2.7.9"
- "python >= 3.4.2"
- "hpOneView >= 5.1.0"
author: "Venkatesh Ravula (@VenkateshRavula)"
options:
Expand Down
2 changes: 1 addition & 1 deletion library/oneview_hypervisor_manager_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- Retrieve the facts about one or more of the Hypervisor Managers from OneView.
version_added: "2.4"
requirements:
- "python >= 2.7.9"
- "python >= 3.4.2"
- hpOneView >= 5.1.0
author: "Venkatesh Ravula (@VenkateshRavula)"
options:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ansible
hpICsp
hpOneView==5.1.0
hpOneView==5.0.0

0 comments on commit 5db640f

Please sign in to comment.