[issue10884] pkgutil EggInfoDistribution requirements for .egg-info metadata

Michael Mulich report at bugs.python.org
Tue Jan 11 05:56:27 CET 2011


New submission from Michael Mulich <michael.mulich at gmail.com>:

Found an issue where the metadata initialization of .egg-info dirs (an EggInfoDistribution object) overrides the 'path' variable, which makes it impossible to find a distributions requirements.

I've fixed the issue at https://bitbucket.org/pumazi/distutils2-fixes/changeset/f3b5eb2aac2c (changeset also attached).

----------
assignee: tarek
components: Distutils2
files: distutils2-fixes-f3b5eb2aac2c.diff
keywords: patch
messages: 125982
nosy: eric.araujo, pumazi, tarek
priority: normal
severity: normal
status: open
title: pkgutil EggInfoDistribution requirements for .egg-info metadata
type: behavior
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file20351/distutils2-fixes-f3b5eb2aac2c.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10884>
_______________________________________


More information about the Python-bugs-list mailing list