From 453781bd78ad50afd000ca14712aaf9678241d06 Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Mon, 31 Jan 2022 18:36:03 +0000 Subject: [PATCH] Attempt to build appsre Issue: AAH-1181 env:LOCK_REQUIREMENTS=0 env:PULP_ANSIBLE_REVISION=main --- Dockerfile.rhel8 | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile.rhel8 b/Dockerfile.rhel8 index 047ce233f6..adbf09179e 100644 --- a/Dockerfile.rhel8 +++ b/Dockerfile.rhel8 @@ -33,6 +33,7 @@ COPY . /app RUN set -ex; \ pip install --no-deps --editable /app && \ + pip install https://github.com/pulp/pulp_ansible/archive/main.zip && \ PULP_CONTENT_ORIGIN=x django-admin collectstatic && \ install -dm 0775 -o galaxy /var/lib/pulp/artifact \ /var/lib/pulp/tmp \ diff --git a/setup.py b/setup.py index 6d7a448f48..fa02c8f35b 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,8 @@ def run(self): requirements = [ "galaxy-importer==0.4.2", "pulpcore>=3.17.3,<3.18.0", - "pulp-ansible>=0.11.1,<0.12.0", + # "pulp-ansible>=0.11.1,<0.12.0", + "pulp_ansible", "django-prometheus>=2.0.0", "drf-spectacular", "pulp-container>=2.10.0,<2.11.0",