Your message dated Fri, 23 Oct 2009 15:05:55 +0200
with message-id <[email protected]>
and subject line Re: Bug#546429: python-setupdocs: 
s/python-setuptools/python-pkg-resources/ dependency
has caused the Debian Bug report #546429,
regarding python-setupdocs: s/python-setuptools/python-pkg-resources/ dependency
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
546429: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546429
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-setupdocs
Version: 1.0.3-1
Severity: important
User: [email protected]
Usertags: python-setuptools

python-pkg-resources is packaged as a separate package; usually only
the pkg_resources module is needed as a runtime dependency.
please depend on python-pkg-resources instead of python-setuptools
for the runtime dependency.

There is a chance that this report is a false positive; in this case
please just close it.



--- End Message ---
--- Begin Message ---
* Matthias Klose <[email protected]>, 2009-09-13, 11:16:
python-pkg-resources is packaged as a separate package; usually only
the pkg_resources module is needed as a runtime dependency.
please depend on python-pkg-resources instead of python-setuptools
for the runtime dependency.

There is a chance that this report is a false positive; in this case
please just close it.

It's a false positive:

# dpkg --force-depends -P python-setuptools
dpkg: python-setuptools: dependency problems, but removing anyway as you 
requested:
 python-setupdocs depends on python-setuptools.
(Reading database ... 12329 files and directories currently installed.)
Removing python-setuptools ...

# python -c 'import setupdocs.setupdocs'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/setupdocs/setupdocs.py", line 12, in 
<module>
    from setuptools import Command, Extension,  find_packages, setup
ImportError: No module named setuptools

--
Jakub Wilk


--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to