From: Julien-zte Date: Wed, 23 Sep 2015 13:16:56 +0000 (+0800) Subject: Fix the bug described in YARDSTICK-142 X-Git-Tag: brahmaputra.1.0~180 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F1917%2F2;p=yardstick.git Fix the bug described in YARDSTICK-142 Delete two line codes in setup.py. And add "easy_install -U setuptools" in README.rst. JIRA: YARDSTICK-142 Change-Id: I254589b776a209e3ca9a18e76d910d7f49e2a01a --- diff --git a/README.rst b/README.rst index f9276abe4..8cb360040 100644 --- a/README.rst +++ b/README.rst @@ -81,6 +81,7 @@ Example setup known to work for development and test: Install dependencies: $ sudo apt-get install python-virtualenv python-dev libffi-dev libssl-dev +$ sudo easy_install -U setuptools Create a virtual environment: $ virtualenv ~/yardstick_venv diff --git a/setup.py b/setup.py index 75e589ee3..a6848ec63 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,5 @@ -import ez_setup from setuptools import setup, find_packages -ez_setup.use_setuptools() setup( name="yardstick",