revert "support setup.py install with git archive tarballs" commit

revert the following commit because it has a side effect
to change pbr's version to ryu's version. (eg. 3.1)
it doesn't work with the recent version of olso.config
which requires pbr < 1.0.

|commit 55aa474893
|Author: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
|Date:   Fri Aug 2 14:33:40 2013 +0900
|
|    support setup.py install with git archive tarballs
|
|    Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2013-10-07 14:43:51 +09:00 committed by FUJITA Tomonori
parent a861730cfb
commit 9159bd74fe
1 changed files with 0 additions and 3 deletions

View File

@ -21,11 +21,8 @@ except ImportError:
pass
import setuptools
import os
from ryu import version
os.environ["PBR_VERSION"] = str(version)
setuptools.setup(name='ryu',
setup_requires=['pbr'],
pbr=True)