Hi, > please depend on python-pkg-resources instead of python-setuptools > for the runtime dependency.
sid:~# aptitude remove --purge python-setuptools Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Reading task descriptions... Done The following packages will be REMOVED: python-setuptools 0 packages upgraded, 0 newly installed, 1 to remove and 411 not upgraded. Need to get 0B of archives. After unpacking 700kB will be freed. Writing extended state information... Done (Reading database ... 79252 files and directories currently installed.) Removing python-setuptools ... Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Writing extended state information... Done Reading task descriptions... Done sid:~# pip install belier Downloading/unpacking belier Downloading belier-1.0.tar.gz Running setup.py egg_info for package belier Traceback (most recent call last): File "<string>", line 3, in <module> ImportError: No module named setuptools.command Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 3, in <module> ImportError: No module named setuptools.command ---------------------------------------- Command python setup.py egg_info failed with error code 1 Storing complete log in ./pip-log.txt sid:~# It seems python-setuptools is mandatory during the runtime. Bye, -- Carl Chenet -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org