Package: python-stompy Version: 0.1.5-3 Severity: normal Tags: patch Patch to fix this problem attached. Also, setup_requires=['nose>=0.11 ... , so the python-nost depends is also versioned in the patch.
-- System Information: Debian Release: squeeze/sid APT prefers karmic-updates APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic-backports'), (500, 'karmic') Architecture: i386 (i686) Kernel: Linux 2.6.31-16-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u python-stompy-0.1.5/debian/control python-stompy-0.1.5/debian/control --- python-stompy-0.1.5/debian/control +++ python-stompy-0.1.5/debian/control @@ -9,7 +9,7 @@ Package: python-stompy Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-nose, python-dingus +Depends: ${misc:Depends}, ${python:Depends}, python-nose (>= 0.11), python-dingus Description: Implementation of the STOMP protocol in Python This is useful for connecting to and communicating with Apache ActiveMQ (an open source Java Message Service (JMS) message broker) or other brokers diff -u python-stompy-0.1.5/setup.py python-stompy-0.1.5/setup.py --- python-stompy-0.1.5.orig/setup.py +++ python-stompy-0.1.5/setup.py @@ -10,8 +10,8 @@ license='BSD', url=distmeta.__homepage__, keywords='stomp activemq jms messaging', - test_suite="nose.collector", - setup_requires=['nose>=0.11', 'dingus'], + #test_suite="nose.collector", + #setup_requires=['nose>=0.11', 'dingus'], classifiers=["Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License",