Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pyparsing version check from setup.py #100

Closed
wants to merge 2 commits into from

Commits on Feb 6, 2016

  1. Remove pyparsing version check

    According to [pyparsing changelog](http://pyparsing.wikispaces.com/News) from July 19, 2013:
    
     > With release 2.0.1, I've removed the code that was specific to Python 3.x, so that it can be installed on any Python version 2.6 or later.
    
    This makes pyparsing version check redundant as pulp has requirement for python version to be >= 2.6.
    wikiped committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    cbe2664 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from wikiped/no_pyparsing_check

    Remove pyparsing version check from setup.py
    wikiped committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    6dbdc5a View commit details
    Browse the repository at this point in the history