Your message dated Mon, 21 Dec 2015 21:58:03 +0000
with message-id <e1ab8sx-0004fw...@franck.debian.org>
and subject line Bug#808531: fixed in python-restless 2.0.1-5
has caused the Debian Bug report #808531,
regarding python-restless: FTBFS: ImportError: No module named 'django'
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 ow...@bugs.debian.org
immediately.)


-- 
808531: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808531
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-restless
Version: 2.0.1-4
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

test_serialize (tests.test_serializers.JSONSerializerTestCase) ... ok
tests.test_tnd (unittest.loader._FailedTest) ... ERROR
test_format_traceback (tests.test_utils.FormatTracebackTestCase) ... ok

======================================================================
ERROR: tests.test_dj (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_dj
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in 
_get_module_from_name
    __import__(name)
  File "/python-restless-2.0.1/.pybuild/pythonX.Y_3.5/build/tests/test_dj.py", 
line 3, in <module>
    from django.http import Http404
ImportError: No module named 'django'


======================================================================
ERROR: tests.test_fl (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_fl
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in 
_get_module_from_name
    __import__(name)
  File "/python-restless-2.0.1/.pybuild/pythonX.Y_3.5/build/tests/test_fl.py", 
line 4, in <module>
    import flask
ImportError: No module named 'flask'


======================================================================
ERROR: tests.test_pyr (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_pyr
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in 
_get_module_from_name
    __import__(name)
  File "/python-restless-2.0.1/.pybuild/pythonX.Y_3.5/build/tests/test_pyr.py", 
line 3, in <module>
    from pyramid import testing
ImportError: No module named 'pyramid'


======================================================================
ERROR: tests.test_tnd (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_tnd
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in 
_get_module_from_name
    __import__(name)
  File "/python-restless-2.0.1/.pybuild/pythonX.Y_3.5/build/tests/test_tnd.py", 
line 5, in <module>
    from restless.tnd import TornadoResource, _BridgeMixin
  File "/python-restless-2.0.1/.pybuild/pythonX.Y_3.5/build/restless/tnd.py", 
line 1, in <module>
    from tornado import web, gen
ImportError: No module named 'tornado'


----------------------------------------------------------------------
Ran 52 tests in 0.006s

FAILED (errors=4, skipped=5)
E: pybuild pybuild:274: test: plugin distutils failed with: exit code=1: cd 
/python-restless-2.0.1/.pybuild/pythonX.Y_3.5/build; python3.5 -m unittest 
discover -v 
dh_auto_test: pybuild --test -i python{version} -p 3.5 3.4 --dir . returned 
exit code 13
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 25
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/python-restless.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

--- End Message ---
--- Begin Message ---
Source: python-restless
Source-Version: 2.0.1-5

We believe that the bug you reported is fixed in the latest version of
python-restless, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 808...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
W. Martin Borgert <deba...@debian.org> (supplier of updated python-restless 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 21 Dec 2015 21:01:02 +0000
Source: python-restless
Binary: python-restless python3-restless python-restless-doc
Architecture: source all
Version: 2.0.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: W. Martin Borgert <deba...@debian.org>
Description:
 python-restless - lightweight REST miniframework for Python
 python-restless-doc - lightweight REST miniframework for Python
 python3-restless - lightweight REST miniframework for Python
Closes: 808531
Changes:
 python-restless (2.0.1-5) unstable; urgency=medium
 .
   * Fix Python 3 build-depends (Closes: #808531, thanks Chris West)
Checksums-Sha1:
 6e2f45f13d52c2cd411c06f4afcdebff5e66e119 2397 python-restless_2.0.1-5.dsc
 d1188d429a9978babab0bfcb54df86caf8c30454 3924 
python-restless_2.0.1-5.debian.tar.xz
 93acf958aad472a3a2fc5158a16aea27b91b0d9f 64142 
python-restless-doc_2.0.1-5_all.deb
 4d05b129235335f397a51de35323ad562b094763 16852 python-restless_2.0.1-5_all.deb
 df1e98f669cb7f8691811f8900b2f391d3d4af76 15032 python3-restless_2.0.1-5_all.deb
Checksums-Sha256:
 2fdf217fd746723647f823c6309a543fdf99b2366731c110aeac140ad81f6ce4 2397 
python-restless_2.0.1-5.dsc
 82fc66a6d1ac5c00b1f2b9376947ec06de2ae2ce5c87c2f4b06c3f61c4cf1dfa 3924 
python-restless_2.0.1-5.debian.tar.xz
 45df65b1cdac2d679b04dfccda2977012a34528afea7a586f7bf2dab16f92d82 64142 
python-restless-doc_2.0.1-5_all.deb
 ee07aac7a381d1c156817a77e96731d6b8f8c2596092754630b4087610f185ac 16852 
python-restless_2.0.1-5_all.deb
 a12dfc7870e15d0b12e53b514a46b6154d02dc0dce4370a0217f9ccbb4c71d24 15032 
python3-restless_2.0.1-5_all.deb
Files:
 aa3fffb9911c03626402f8e036a206e4 2397 python optional 
python-restless_2.0.1-5.dsc
 c07f9b5f78015567332de80d3a75e74a 3924 python optional 
python-restless_2.0.1-5.debian.tar.xz
 036154dafecc23d9415199c1d4c46769 64142 doc optional 
python-restless-doc_2.0.1-5_all.deb
 3d3d87d00b8fcf33eeb209ab13adc82a 16852 python optional 
python-restless_2.0.1-5_all.deb
 2d40911ee04968c7c2c28f6190f84ace 15032 python optional 
python3-restless_2.0.1-5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJWeGmPAAoJEOPgocKGuWPq5lwP/2hlv08yGWpZPBSc9tCoAQAg
VP39cwUyxc8Ud5HcXXmUNDbo/Hdvqi2/tloWYMz1WRVBZNHtZTqDw/IYq2ZPUSP9
gyQQLU/kdxH5mw2GNGCDv12/Rq62shxzH4QCGENwtDidzNaVLjsSzb004AuYSbQM
1JFkY1BLtOsSug1wp+wh+En26YJnSXfsTSpSMI7xw8UEAHa0WNaX957zzTqAPJ95
9rQlDlmZnZ56Thqo4fy87xBFWUokgAn2eaOZRVhutf4GXdH3PhJ1Wi4kAgHZnkBs
hPuwkg5BA4T78tWJWR0Gkfi21oZeZ5VTnTO7jlo0W4PTAWBu4qnnKqqh+j5MFhZ+
H8EDWmhQeLxLWqII/HuL0VLoGckoXiTwEtP+XeyaaYDzyCz3BmJ/revx0J/Axl6t
F/ExlTHZ9JGTkC8FQDwR/LFBfa7my8Ubzd+yjxjU6ZOHkty7yyyUtwCnDsWZHfAX
ScUYoBEOzJUD/0qGNoadZsIG8+nJeTKhoUpGgjTLw822C7cDeYuoETVA2Xc/NjIb
SR92wZDEncVcx5B2iViViE3a56KcsbzWiG9JYFo1UklmwznhU1bANf/TcmBWO4cT
NiKx2ZwLzpom5luoYGXZjP1QgWPHj5eG2Bw9kMgRWthT55nyF9oELusE58ozcDrS
Pz7uR1cCwEONnX0Dix4r
=ANjL
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to