From 64924b8781eff5a175f46c84f690ffcdb46c9490 Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Wed, 29 May 2013 23:15:37 -0400 Subject: [PATCH] Thrift-1984: namespace collision in python Client: py Patch: Jake Farrell Updates fb303 to to be package thrift_fb303. --- contrib/fb303/py/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/fb303/py/setup.py b/contrib/fb303/py/setup.py index d4f3062e..6710c8f6 100644 --- a/contrib/fb303/py/setup.py +++ b/contrib/fb303/py/setup.py @@ -25,7 +25,7 @@ try: except: from distutils.core import setup, Extension, Command -setup(name = 'thrift', +setup(name = 'thrift_fb303', version = '1.0.0-dev', description = 'Python bindings for the Apache Thrift FB303', author = ['Thrift Developers'], -- 2.17.1