Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.rc > #173779
| From | Edward Betts <edward@4angle.com> |
|---|---|
| Newsgroups | linux.debian.bugs.rc |
| Subject | Bug#818060: FTBFS: pep8 module is now in python-pep8 package |
| Date | 2016-03-13 09:40 +0100 |
| Message-ID | <rc9J8-31b-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Source: shortuuid
Version: 0.4.3-1
Severity: serious
Justification: fails to build from source
Building the package fails in the test suite because the pep8 module is now in
the python-pep8 package.
The Build-Depends for this package need to be updated.
Here is the failing part of the build:
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e ; \
python2.7 build2.7/lib.*-2.7/shortuuid/tests.py
Traceback (most recent call last):
File "build2.7/lib.linux-x86_64-2.7/shortuuid/tests.py", line 5, in <module>
import pep8
ImportError: No module named pep8
debian/rules:16: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--
Edward.
Back to linux.debian.bugs.rc | Previous | Next — Next in thread | Find similar | Unroll thread
Bug#818060: FTBFS: pep8 module is now in python-pep8 package Edward Betts <edward@4angle.com> - 2016-03-13 09:40 +0100 Bug#818060: marked as done (FTBFS: pep8 module is now in python-pep8 package) owner@bugs.debian.org (Debian Bug Tracking System) - 2016-05-04 03:40 +0200
csiph-web