From a5f753dfa2eb24380e4485ee63f7424becf250f6 Mon Sep 17 00:00:00 2001
From: Alex Grintsvayg <grin@lbry.io>
Date: Mon, 7 Aug 2017 16:27:11 -0400
Subject: [PATCH] no datas

---
 build/cli.onefile.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/cli.onefile.spec b/build/cli.onefile.spec
index b7403fbf2..58ed11b60 100644
--- a/build/cli.onefile.spec
+++ b/build/cli.onefile.spec
@@ -23,7 +23,7 @@ else:
     icns = None
 
 
-a = Entrypoint('lbrynet', 'console_scripts', 'lbrynet-cli', pathex=[cwd], datas=datas)
+a = Entrypoint('lbrynet', 'console_scripts', 'lbrynet-cli', pathex=[cwd])
 
 pyz = PYZ(a.pure, a.zipped_data)