☠☠ backed out by f28612f1c310 ☠ ☠ | |
author | Dave Hunt <dhunt@mozilla.com> |
Wed, 25 Apr 2018 13:42:36 +0100 | |
changeset 416106 | 0f3dbbd73ed424a47974388b0cf97db84a5c756c |
parent 416105 | 64c84cf90e8b2ef57d0d7e161813b2383e908e5d |
child 416107 | 37a65d39653beaab749b5110c099b840ada555fe |
push id | 33916 |
push user | apavel@mozilla.com |
push date | Sat, 28 Apr 2018 17:29:16 +0000 |
treeherder | mozilla-central@807e94988d9a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ted |
bugs | 1437593 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/third_party/python/pipenv/setup.py +++ b/third_party/python/pipenv/setup.py @@ -18,18 +18,18 @@ if sys.argv[-1] == "publish": sys.exit() required = [ 'pip>=9.0.1', 'certifi', 'setuptools>=36.2.1', 'virtualenv-clone>=0.2.5', 'virtualenv', 'pathlib;python_version<"3.4"', - 'requests[security];python_version<"3.0"', - 'ordereddict;python_version<"3.0"', + 'requests[security];python_version<"2.7"', + 'ordereddict;python_version<"2.7"', ] # https://pypi.python.org/pypi/stdeb/0.8.5#quickstart-2-just-tell-me-the-fastest-way-to-make-a-deb class DebCommand(Command): """Support for setup.py deb""" description = 'Build and publish the .deb package.' user_options = []