1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 09:29:01 +00:00

Change the dependency from gtk2 to pygtk2 in zenmap.spec.in.

This commit is contained in:
david
2007-11-16 19:38:07 +00:00
parent 5ad8ce148d
commit c6739547ef

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, gtk2, python-sqlite2
Requires: python >= 2.4, nmap, pygtk2, python-sqlite2
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root