diff options
author | Lusheng Ji <lji@research.att.com> | 2018-04-18 08:48:48 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-04-18 15:43:28 +0000 |
commit | 4fbe7212bc993529b8552938911ae3b2a2143a33 (patch) | |
tree | 7615ac53e8e7c73bc08c327e5cfbc10c074c45aa /python-discovery-client | |
parent | 80f199c60874325c2330e8c1c8804ce9b70e43c4 (diff) |
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 <lji@research.att.com>
Diffstat (limited to 'python-discovery-client')
-rw-r--r-- | python-discovery-client/setup.py | 2 |
1 files changed, 0 insertions, 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", |