Skip to content

Commit

Permalink
Use RPMs from Fedora 28 that weren't available in Fedora 27.
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Barlow <[email protected]>
  • Loading branch information
bowlofeggs committed Jun 6, 2018
1 parent e985fa3 commit 5cf2db1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 29 deletions.
39 changes: 11 additions & 28 deletions devel/ansible/roles/dev/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@
- postgresql-devel
- pungi
- python2
- python-alembic
- python-bugzilla
- python-openid
- python-pylibravatar
- python-pyramid-fas-openid
- python-simplemediawiki
- python-webtest
- python2-alembic
- python2-arrow
- python2-bleach
- python2-bugzilla
- python2-click
- python2-colander
- python2-cornice
- python2-cornice-sphinx
- python2-createrepo_c
- python2-cryptography
- python2-devel
Expand All @@ -52,22 +49,28 @@
- python2-librepo
- python2-markdown
- python2-mock
- python2-openid
- python2-pillow
- python2-psycopg2
- python2-pylibravatar
- python2-pyramid
- python2-pyramid-fas-openid
- python2-pyramid-mako
- python2-pyramid-tm
- python2-pytest-cov
- python2-rpdb
- python2-simplemediawiki
- python2-sphinx
- python2-sqlalchemy
- python2-sqlalchemy_schemadisplay
- python2-waitress
- python2-webtest
- python2-yaml
- python3-arrow
- python3-bleach
- python3-click
- python3-colander
- python3-cornice
- python3-createrepo_c
- python3-diff-cover
- python3-dogpile-cache
Expand All @@ -83,6 +86,7 @@
- python3-pydocstyle
- python3-pylibravatar
- python3-pyramid
- python3-pyramid-fas-openid
- python3-pytest
- python3-pytest-cov
- python3-simplemediawiki
Expand All @@ -93,21 +97,6 @@
- vim-enhanced
- zlib-devel

# cornice > 1 won't be available until Fedora 28 is released.
- name: pip install cornice
pip:
name: cornice

- name: pip install cornice for Python 3
pip:
name: cornice
executable: pip3

# cornice_sphinx is not packaged in Fedora yet, but won't be available until Fedora 28 is released.
- name: pip install cornice_sphinx
pip:
name: -e git+https://github.com/Cornices/cornice.ext.sphinx.git@master#egg=cornice_sphinx

# This isn't packaged in Fedora yet, but it's only a development tool (we should still add it)
- name: pip install debugtoolbar
pip:
Expand All @@ -118,12 +107,6 @@
name: pyramid_debugtoolbar
executable: pip3

# New version with Python 3 subpackage is available only in F28 and newer
- name: pip install pyradim-fas-openid for Python3
pip:
name: pyramid_fas_openid
executable: pip3

- name: Install bodhi in developer mode
command: python /home/vagrant/bodhi/setup.py develop
args:
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/vagrant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ get started, simply use these commands::
$ sudo systemctl enable libvirtd
$ sudo systemctl start libvirtd

Check out the code and run ``vagrant up ``::
Check out the code and run ``vagrant up``::

$ git clone https://github.com/fedora-infra/bodhi
$ cd bodhi
Expand Down

0 comments on commit 5cf2db1

Please sign in to comment.