From 3aa1d7395ffb658fd3b0c83df49e2ecab546d8c1 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Mon, 15 Jul 2024 16:57:43 +0000
Subject: [PATCH] fix: rm any_of ^py-pip requirement

---
 spack-environment/packages.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index 846bad001..e6db4c563 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -15,7 +15,6 @@ packages:
     - '%gcc'
     - any_of: [+ipo, '@:']
     - any_of: [build_type=Release, '@:']
-    - any_of: [^py-pip@23.1.2, '@:']
   acts:
     require:
     - '@31.2.0'
@@ -261,7 +260,6 @@ packages:
   python:
     require:
     - '@3.10.13'
-    - +ssl
   py-awkward:
     require:
     - '@2.1.1'
-- 
GitLab