From 74aff7f28fc66d548301387676feecccc0802b81 Mon Sep 17 00:00:00 2001
From: Daniel Schulte <daniel@schultes-home.de>
Date: Thu, 15 Oct 2015 21:44:12 +0200
Subject: [PATCH] Added ipython3 to offline repository

---
 contrib/rootfs/offline_repo.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/rootfs/offline_repo.json b/contrib/rootfs/offline_repo.json
index f9c3d7f..471349c 100644
--- a/contrib/rootfs/offline_repo.json
+++ b/contrib/rootfs/offline_repo.json
@@ -177,11 +177,16 @@
             "pkgdescription": "Schnittstelle zum Plotten mit Python",
             "tagged": true
         },
-        {
+         {
             "pkgname": "ipython",
             "pkgdescription": "Interaktiver Python Interpreter mit Tab-Vervollständgung",
             "tagged": true
         },
+        {
+            "pkgname": "ipython3",
+            "pkgdescription": "Interaktiver Python3 Interpreter mit Tab-Vervollständgung",
+            "tagged": true
+        },
         {
             "pkgname": "gnuplot",
             "pkgdescription": "Programm um Funktions- und Datenplots anzufertigen",
-- 
GitLab