Your message dated Sun, 27 Nov 2011 23:13:04 -0500 with message-id <[email protected]> and subject line Already Fixed in Wheezy has caused the Debian Bug report #649844, regarding python-spf: .egg-info not distributed 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.) -- 649844: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649844 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-spf Severity: normal Hi, The python-spf package does not distribute its .egg-info. Thus, distutils package depending on it can't check the version of the module. Here is how to reproduce the bug: >>> from pkg_resources import get_distribution >>> get_distribution('pyspf') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 330, in get_distribution if isinstance(dist,Requirement): dist = get_provider(dist) File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 209, in get_provider return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 686, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 584, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: pyspf >>> The python-dns package does it the right way. >>> get_distribution('pydns') pydns 2.3.4 (/usr/lib/python2.5/site-packages) >>> Regards, Étienne BERSAC -- System Information: Debian Release: 6.0.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/6 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---Python 2.7.2+ (default, Oct 4 2011, 15:44:37) [GCC 4.6.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from pkg_resources import get_distribution >>> get_distribution('pyspf') pyspf 2.0.6 (/usr/lib/python2.7/dist-packages)
--- End Message ---

