Remove rhel6isms from summershum.

This commit is contained in:
Ralph Bean 2014-10-13 18:23:55 +00:00
parent 2e60797ef4
commit 3386e1e51b

View file

@ -6,7 +6,6 @@
with_items: with_items:
- python-summershum - python-summershum
- python-psycopg2 - python-psycopg2
- python-sqlalchemy0.8
- name: ensure summershum has a place to unpack files - name: ensure summershum has a place to unpack files
file: > file: >
@ -25,6 +24,7 @@
notify: notify:
- restart fedmsg-hub - restart fedmsg-hub
# TODO -- this can be removed soon.
# Here I'm "permanently" hotfixing the fedmsg-hub # Here I'm "permanently" hotfixing the fedmsg-hub
# It needs to load the forward-compat sqlalchemy0.7 package from the get-go. # It needs to load the forward-compat sqlalchemy0.7 package from the get-go.
- name: copy over patched fedmsg-hub - name: copy over patched fedmsg-hub