Hi Thomas, Will:
Under SUSE Linux 10.0,
"python-twisted-web" need to be added to Requires for it to work. You can
just add the following to the spec file:
%if %{?suse_version:1}0
Requires: python-twisted-web
%endif
%if %{?suse_version:1}0
Requires: python-twisted-web
%endif
For now, I will just patch the
config.xml in the apitest package for OSCAR so that we don't need to rebuild the
RPM, but this dependency should really be added to the spec file.
Thanks,
Bernard
_______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
