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

virtualenv: upgrade setuptools to avoid errors #3118

Merged
merged 1 commit into from
Apr 14, 2017

Commits on Apr 14, 2017

  1. virtualenv: upgrade setuptools to avoid errors

    Fix the following error seen on debian 8 (jessie):
    
      $ make virtualenv
      [...]
      error in buildbot setup command: 'extras_require' must be a
      dictionary whose values are strings or lists of strings containing
      valid project/version requirement specifiers.
    
    The distro version of setuptools is old: 5.5.1, upgrading it in the
    virtualenv fixes the issue.
    
    Signed-off-by: Robin Jarry <robin.jarry@6wind.com>
    rjarry committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    d2b9a0b View commit details
    Browse the repository at this point in the history