From 27fd13557b7ec62093b57d2593c0f68295d8061a Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Wed, 29 Apr 2015 16:50:25 +0300
Subject: [PATCH] Add Ipython and pandas python libraries.

---
 component/ipython/buildout.cfg | 7 +++++++
 component/pandas/buildout.cfg  | 7 +++++++
 2 files changed, 14 insertions(+)
 create mode 100644 component/ipython/buildout.cfg
 create mode 100644 component/pandas/buildout.cfg

diff --git a/component/ipython/buildout.cfg b/component/ipython/buildout.cfg
new file mode 100644
index 000000000..582df0d89
--- /dev/null
+++ b/component/ipython/buildout.cfg
@@ -0,0 +1,7 @@
+[buildout]
+parts =
+  ipython
+
+[ipython]
+recipe = zc.recipe.egg:custom
+egg = ipython
diff --git a/component/pandas/buildout.cfg b/component/pandas/buildout.cfg
new file mode 100644
index 000000000..92c8fa048
--- /dev/null
+++ b/component/pandas/buildout.cfg
@@ -0,0 +1,7 @@
+[buildout]
+parts =
+  pandas
+
+[pandas]
+recipe = zc.recipe.egg:custom
+egg = pandas
-- 
2.30.9