Package: python-turbojson
Version: 1.2-2
Followup-For: Bug #507909
Hello,
thank you for packaging turbojson.
Here's the snippet to reproduce this bug:
import pkg_resources
pkg_resources.require("TurboJSON")
It is a straightforward case of missing dependency: if I remove the PEAK
entry from
/usr/share/python-support/python-turbojson/TurboJson-1.2-py2.5.egg-info/requires.txt
then the module fails to load:
>>> import turbojson
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/var/lib/python-support/python2.5/turbojson/__init__.py", line 1, in
<module>
from turbojson import jsonsupport
File "/var/lib/python-support/python2.5/turbojson/jsonsupport.py", line 3,
in <module>
from turbojson import jsonify
File "/var/lib/python-support/python2.5/turbojson/jsonify.py", line 6, in
<module>
from peak.rules import abstract, when
ImportError: No module named rules
I could not find a suitable dependency in squeeze.
Ciao,
Enrico
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-turbojson depends on:
ii python 2.5.2-3 An interactive high-level object-o
ii python-dispatch 0.5a.svn20080510-3 Rule and type-based generic dispat
ii python-pkg-resources 0.6c8-4 Package Discovery and Resource Acc
ii python-simplejson 1.9.2-1 Simple, fast, extensible JSON enco
ii python-sqlobject 0.10.2-3 Python module for SQLObject
ii python-support 0.8.7 automated rebuilding support for P
python-turbojson recommends no packages.
python-turbojson suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]