drop superfluous python dependency of main package

This commit is contained in:
Lennart Poettering 2007-08-09 13:01:55 +00:00
parent 757d3919ee
commit 353a07f08d

View File

@ -12,7 +12,7 @@ Group: System Environment/Base
License: LGPL
URL: http://avahi.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: dbus, expat, python, dbus-python
Requires: dbus, expat
Requires: libdaemon >= 0.11
Requires(post): initscripts, chkconfig, ldconfig
Requires(pre): shadow-utils
@ -52,7 +52,7 @@ convenient.
%package tools
Summary: Tools for mDNS browsing and publishing
Group: System Environment/Base
Requires: %{name} = %{version}, gtk2, pygtk2, pygtk2-libglade, gdbm
Requires: %{name} = %{version}, gtk2, pygtk2, pygtk2-libglade, gdbm, python, dbus-python
%description tools
Tools that use avahi to browse and publish mDNS services and hosts.