summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2017-12-14 20:42:49 -0800
committerAnthony Sottile <asottile@umich.edu>2017-12-14 20:46:06 -0800
commit6bf55db7c076a6584279395e40cb1ded26a6afa4 (patch)
treec3e8bf37e705395d0aad1d5a2fa92263052b4e77 /tasks
parent5d951b2a94b9b3e07e3ed23b6d39a882f8f364aa (diff)
downloadpip-6bf55db7c076a6584279395e40cb1ded26a6afa4.tar.gz
Drop vendoring patch for distro
- python2.6 is no longer supported by pip ```bash git apply --reverse tasks/vendoring/patches/distro.patch git rm tasks/vendoring/patches/distro.patch ```
Diffstat (limited to 'tasks')
-rw-r--r--tasks/vendoring/patches/distro.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/tasks/vendoring/patches/distro.patch b/tasks/vendoring/patches/distro.patch
deleted file mode 100644
index 420bed9ca..000000000
--- a/tasks/vendoring/patches/distro.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/src/pip/_vendor/distro.py b/src/pip/_vendor/distro.py
-index 0afa527..9e7daad 100644
---- a/src/pip/_vendor/distro.py
-+++ b/src/pip/_vendor/distro.py
-@@ -34,7 +34,6 @@ import sys
- import json
- import shlex
- import logging
--import argparse
- import subprocess
-
-
-@@ -1052,6 +1051,8 @@ _distro = LinuxDistribution()
-
-
- def main():
-+ import argparse
-+
- logger = logging.getLogger(__name__)
- logger.setLevel(logging.DEBUG)
- logger.addHandler(logging.StreamHandler(sys.stdout))