On Mon, Dec 10, 2012 at 5:13 PM, Ben Finney <ben+deb...@benfinney.id.au> wrote:
> On 10-Dec-2012, Dmitry Shachnev wrote:
>> | dh build-arch --with python2,python3
>> |    dh_testdir -a
>> |    dh_auto_configure -a
>> |    debian/rules override_dh_auto_build
>> | make[1]: Entering directory `/tmp/buildd/python-coverage-3.4'
>> | python3.2 setup.py build
>> | Downloading 
>> http://pypi.python.org/packages/source/d/distribute/distribute-0.6.13.tar.gz
> […]
>
> Argh. Is there a setting (I thought it is the default in Debian) to tell
> Setuptools “never access the network for any reason” during the package
> build?

Here, it's not setuptools accessing the network, but coverage's
setup.py & distribute_setup.py:

| Traceback (most recent call last):
|   File "setup.py", line 46, in <module>
|     use_setuptools()
|   File "/home/dmitry/tests/python-coverage/distribute_setup.py",
line 165, in use_setuptools
|     download_delay)
|   File "/home/dmitry/tests/python-coverage/distribute_setup.py",
line 124, in _do_download
|     to_dir, download_delay)
|   File "/home/dmitry/tests/python-coverage/distribute_setup.py",
line 193, in download_setuptools
|     src = urlopen(url)
|   [...]

As I can see, downloading setuptools is the only thing
distribute_setup.py and ez_setup.py are needed for.

--
Dmitry Shachnev


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to