[Distutils] Where is distribute at pypi?
Erik Bray
erik.m.bray at gmail.com
Thu Oct 23 21:31:32 CEST 2014
On Thu, Oct 23, 2014 at 11:01 AM, Rupert Kolb
<rupert.kolb at uni-tuebingen.de> wrote:
> Hi,
>
> where is the distribute package at pypi?
> There is software (for instance pydicom) which need the
> distribute-0.6.xxx package. It doesn't work with the "setuptools"
> replacement out of the box!
> You can not just remove it!?
Well distribute is right here: https://pypi.python.org/pypi/distribute/0.7.3
But nothing should be explicitly depending on it (particularly in
favor of setuptools). Looking at pydicom there's nothing remarkable
about it that it should make such a requirement, so if they do they're
wrong and its developers should fix that.
More information about the Distutils-SIG
mailing list