From 9031a1a428fb067fd6542a0b5a116cd5ba1d44c5 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 12 Jun 2009 22:34:50 +0000 Subject: [PATCH] Cope with not having the pysqlite2 or sqlite3 modules in Zenmap by installing dummy interfaces that return zero answers. The necessary pysqlite modules are not easily available in CentOS 5.3 at least. Remove the dependency on python-sqlite2 from zenmap.spec.in. --- zenmap.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenmap.spec.in b/zenmap.spec.in index 48bb0e7ff..c037e3687 100644 --- a/zenmap.spec.in +++ b/zenmap.spec.in @@ -29,7 +29,7 @@ BuildArch: noarch # setup.py takes care of adjusting sys.path to point to wherever the # modules were installed so it's not dependent on any particular ABI. AutoReqProv: no -Requires: python >= 2.4, nmap, pygtk2, python-sqlite2 +Requires: python >= 2.4, nmap, pygtk2 Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root