Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0eae623
)
Fix the bug described in YARDSTICK-142
17/1917/2
author
Julien-zte
<zhang.jun3g@zte.com.cn>
Wed, 23 Sep 2015 13:16:56 +0000
(21:16 +0800)
committer
julien zhang
<zhang.jun3g@zte.com.cn>
Fri, 25 Sep 2015 10:11:08 +0000
(10:11 +0000)
Delete two line codes in setup.py.
And add "easy_install -U setuptools" in README.rst.
JIRA: YARDSTICK-142
Change-Id: I254589b776a209e3ca9a18e76d910d7f49e2a01a
README.rst
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index
f9276ab
..
8cb3600
100644
(file)
--- 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
75e589e
..
a6848ec
100755
(executable)
--- 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",