From 8ed1ca6f8a399ba0857230e670976a05a9bfa2c8 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Mon, 5 Sep 2022 12:59:33 -0400 Subject: [PATCH] python-xyz: Remove temporary docker-compose package * rekahsoft-gnu/packages/python-xyz.scm (docker-compose-fixed): Remove temporary docker-compose package as its now fixed upstream --- rekahsoft-gnu/packages/python-xyz.scm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rekahsoft-gnu/packages/python-xyz.scm b/rekahsoft-gnu/packages/python-xyz.scm index 18011a0..d08b994 100644 --- a/rekahsoft-gnu/packages/python-xyz.scm +++ b/rekahsoft-gnu/packages/python-xyz.scm @@ -550,8 +550,3 @@ Amazon Web Services (AWS) API."))) (base32 "0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0")))))) -;; TODO: this is a temporory fix after python-pyyaml was updated to 6.0, which is incompatible with docker-compose -;; See: https://ci.guix.gnu.org/build/646008/details -;; Note: docker-compose was rewritten in go, but has not yet been packaged for guix, and the python variant is the only one available -(define-public docker-compose-fixed - ((package-input-rewriting `((,python-pyyaml . ,python-pyyaml-5))) (@ (gnu packages docker) docker-compose)))