From 4eb6e31566fa79b32e5e569fbf25a60021c5f362 Mon Sep 17 00:00:00 2001
From: murgatroid99 <mlumish@google.com>
Date: Mon, 2 Mar 2015 13:07:38 -0800
Subject: [PATCH] Added rt link to python's setup.py

---
 src/python/src/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/python/src/setup.py b/src/python/src/setup.py
index 26121dcfab..dbfffa2065 100644
--- a/src/python/src/setup.py
+++ b/src/python/src/setup.py
@@ -49,6 +49,7 @@ _EXTENSION_INCLUDE_DIRECTORIES = (
 _EXTENSION_LIBRARIES = (
     'gpr',
     'grpc',
+    'rt',
 )
 
 _EXTENSION_MODULE = _core.Extension(
-- 
GitLab