~mitya57/ubuntu/trusty/dh-python/tests-dependencies

« back to all changes in this revision

Viewing changes to dhpython/build/plugin_distutils.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-11-05 08:52:12 UTC
  • mfrom: (4.1.10 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131105085212-94bvsjcswdwvzuo7
Tags: 1.20131021-1ubuntu2
Add drop_nonexisting_versions.patch: In tests/Makefile, drop Python 2.6
and 3.2 as supported, we do not have them in Debian and Ubuntu any more.
(Closes: #727674)

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
    @shell_command
94
94
    @create_pydistutils_cfg
95
95
    def build(self, context, args):
96
 
        return '{interpreter} {setup_py} build {args}'
 
96
        return '{interpreter.binary_dv} {setup_py} build {args}'
97
97
 
98
98
    @shell_command
99
99
    @create_pydistutils_cfg