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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user