~feraudet/duplicity/fix

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Kenneth Loafman
  • Date: 2015-10-31 14:52:22 UTC
  • Revision ID: kenneth@loafman.com-20151031145222-hwo7zd1el2wl80y2
* Reversed previous changes to lockfile.  Now it will take any version
  extant in the LP build repository.  (PyPi is not avail in LP build).

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
                             libraries=["rsync"])],
193
193
      scripts=['bin/rdiffdir', 'bin/duplicity'],
194
194
      data_files=data_files,
195
 
      install_requires=['lockfile >= 0.11.0'],
196
 
      tests_require=['lockfile >= 0.11.0', 'mock', 'pexpect'],
 
195
      install_requires=['lockfile'],
 
196
      tests_require=['lockfile', 'mock', 'pexpect'],
197
197
      test_suite='testing',
198
198
      cmdclass={'test': TestCommand,
199
199
                'install': InstallCommand,