Skip to content

Commit

Permalink
python-mock not listed as dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Medeiros <[email protected]>
  • Loading branch information
Ramon Medeiros authored and alinefm committed Mar 29, 2017
1 parent a729812 commit 896dd73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/fedora-deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Packages required for UI development
Packages required for tests
---------------------------

$ sudo yum install pyflakes python-pep8 python-requests rpmlint
$ sudo yum install pyflakes python-pep8 python-requests rpmlint python-mock

# For RHEL systems, install the additional packages:
$ sudo yum install python-unittest2
1 change: 1 addition & 0 deletions docs/opensuse-deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ Packages required for tests
---------------------------

$ sudo zypper install python-pyflakes python-pep8 python-requests rpmlint
python-mock
2 changes: 1 addition & 1 deletion docs/ubuntu-deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Packages required for UI development
Packages required for tests
---------------------------

$ sudo apt-get install pep8 pyflakes python-requests
$ sudo apt-get install pep8 pyflakes python-requests python-mock

0 comments on commit 896dd73

Please sign in to comment.