From 835d73cc0486863a5b8883afa7df9fb8e9dcfa46 Mon Sep 17 00:00:00 2001 From: Patrick Creech Date: Wed, 15 Nov 2023 12:30:53 -0500 Subject: [PATCH] Use a modified pulp_installer for python 3.11+ https://github.com/pcreech/pulp_installer has a modification that won't attempt module installs if the pulp_pkg_name_prefix is 'python3.11-' --- requirements-pulp-322.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pulp-322.yml b/requirements-pulp-322.yml index e4d49fa6d..a64b2fcab 100644 --- a/requirements-pulp-322.yml +++ b/requirements-pulp-322.yml @@ -1,3 +1,3 @@ collections: - name: pulp.pulp_installer - version: 3.22.0 + src: https://github.com/pcreech/pulp-installer