From c6d880269b8530e3b8b5c9befdd179ed881d84ac Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 11 Jun 2020 11:41:00 +0200 Subject: [PATCH] package-lists/guix-emtecbase-manifest: Remove python, python-pip. Already in python-wrapper. --- .package-lists/guix-emtecbase-manifest.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.package-lists/guix-emtecbase-manifest.scm b/.package-lists/guix-emtecbase-manifest.scm index 3a6f0dca..20b72534 100644 --- a/.package-lists/guix-emtecbase-manifest.scm +++ b/.package-lists/guix-emtecbase-manifest.scm @@ -1,8 +1,7 @@ (specifications->manifest '("postgresql" "postgis" - "python" - "python-wrapper" + ;; "python" + "python-wrapper" ; Contains pip. ;; "python-keras" ; Broken? - "python-pip" "python-virtualenv"))