1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

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.
This commit is contained in:
david
2009-06-12 22:34:50 +00:00
parent f20150351e
commit 9031a1a428

View File

@@ -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