Fix packaging on Python 2.6.

Review Request #8503 — Created Oct. 27, 2016 and submitted

Information

Djblets
release-0.9.x
ec43bb9...

Reviewers

The new and improved setup.py support fails on Python 2.6, due to the
inability to directly call python -m pip. Instead, we have to specify
the specific module by calling python -m pip.__main__. This is not
required for Python 2.7, but works fine there.

This change will not be merged to release-0.10.x.

Built the package successfully on both Python 2.6 and 2.7.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        setup.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        setup.py
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.9.x (65f3c90)
Loading...