~lazr-developers/lazr.yourpkg/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gary Poster
  • Date: 2009-03-16 19:35:40 UTC
  • Revision ID: gary.poster@canonical.com-20090316193540-p75fed0z2yh0vija
add setuptools_bzr to setup_requires

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
69
69
        "Operating System :: OS Independent",
70
70
        "Programming Language :: Python"],
71
 
    setup_requires=['eggtestinfo'],
 
71
    setup_requires=['eggtestinfo', 'setuptools_bzr'],
72
72
    test_suite='lazr.yourpkg.tests.test_suite',
73
73
    )