From 5dc2ed0c79a7555916c3ee260941210b9d3d7590 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 22 Jun 2020 15:41:28 +0800 Subject: [PATCH] conda: do not depend on Python python dependency just seems to cause more misbehavior of the crappy conda dep handler. --- artiq-fast/conda/artiq-deps.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq-fast/conda/artiq-deps.nix b/artiq-fast/conda/artiq-deps.nix index f387ff2..3b38e77 100644 --- a/artiq-fast/conda/artiq-deps.nix +++ b/artiq-fast/conda/artiq-deps.nix @@ -1,5 +1,4 @@ [ - "python" "llvmlite-artiq" "binutils-or1k-linux" "pythonparser"