From 4fbe7212bc993529b8552938911ae3b2a2143a33 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Wed, 18 Apr 2018 08:48:48 -0400 Subject: Fix pip imports for 10.0.0 Pip 10.0.0 introduced non-backwards compatible changes. This causes problem in setup. Adding handling for different cases. Issue-ID: DCAEGEN2-452 Change-Id: I06eba2c3d2aa15827a2e66afb37a4c8416810744 Signed-off-by: Lusheng Ji --- python-discovery-client/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-discovery-client/setup.py b/python-discovery-client/setup.py index 8648808..5a044ee 100644 --- a/python-discovery-client/setup.py +++ b/python-discovery-client/setup.py @@ -18,8 +18,6 @@ # ECOMP is a trademark and service mark of AT&T Intellectual Property. from setuptools import setup, find_packages -from pip.req import parse_requirements -from pip.download import PipSession setup( name = "onap-dcae-discovery-client", -- cgit 1.2.3-korg