From 1a6230c27e1de0ab45c42a3e8cb986324832b86a Mon Sep 17 00:00:00 2001
From: Austin Bingham <austin.bingham@gmail.com>
Date: Fri, 12 Dec 2014 07:13:49 +0100
Subject: [PATCH] Update traad to install Python components.

---
 recipes/traad | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes/traad b/recipes/traad
index f002eb41..b9f867b9 100644
--- a/recipes/traad
+++ b/recipes/traad
@@ -1 +1,3 @@
-(traad :fetcher github :repo "abingham/traad" :files ("elisp/*.el"))
+(traad :fetcher github
+       :repo "abingham/traad"
+       :files ("elisp/*.el" "setup.py" "traad"))