From 3386e1e51b57e90c37bc1870514a4bf0d004129a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 13 Oct 2014 18:23:55 +0000 Subject: [PATCH] Remove rhel6isms from summershum. --- roles/summershum/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/summershum/tasks/main.yml b/roles/summershum/tasks/main.yml index e6dea3405e..32b936a406 100644 --- a/roles/summershum/tasks/main.yml +++ b/roles/summershum/tasks/main.yml @@ -6,7 +6,6 @@ with_items: - python-summershum - python-psycopg2 - - python-sqlalchemy0.8 - name: ensure summershum has a place to unpack files file: > @@ -25,6 +24,7 @@ notify: - restart fedmsg-hub +# TODO -- this can be removed soon. # Here I'm "permanently" hotfixing the fedmsg-hub # It needs to load the forward-compat sqlalchemy0.7 package from the get-go. - name: copy over patched fedmsg-hub