From fe82e00d7b1bba3c3fe08abf42d48a90dfdb29a2 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 1 Apr 2013 16:03:58 -0700 Subject: [PATCH] The inbuilt pysqlite is to old. Change-Id: I4fef03bc52eaebc35b5dc5fc7c4d9d57bb980eda --- conf/distros/rhel.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/distros/rhel.yaml b/conf/distros/rhel.yaml index 172ceb81..ccc7fcc4 100644 --- a/conf/distros/rhel.yaml +++ b/conf/distros/rhel.yaml @@ -145,9 +145,6 @@ components: links: - source: "/usr/lib/python2.6/site-packages/PasteDeploy-1.5*-py2.6.egg/paste/deploy" target: "/usr/lib/python2.6/site-packages/paste/deploy" - - name: pysqlite - package: - name: python-sqlite2 - name: routes package: name: python-routes1.12 @@ -202,6 +199,10 @@ components: - name: pylint # The rhel version appears to not be new enough... - name: prettytable version: "0.6.1" + - name: pysqlite + options: # Force it to upgrade if its there already + # but versions are miss-matched + - "-U" - name: pycrypto version: "2.6" options: # Force it to upgrade if its there already