Skip to content

Commit dd9150a

Browse files
authored
Merge pull request #754 from stackhpc/wallaby-pulp-glue
Pin pulp.squeezer to 0.0.13
2 parents 8458b3e + 55b51ca commit dd9150a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

etc/kayobe/ansible/requirements.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
22
collections:
3+
# NOTE: Pinning pulp.squeezer to 0.0.13 because 0.0.14+ depends on the
4+
# pulp_glue Python library being installed.
5+
- name: pulp.squeezer
6+
version: 0.0.13
37
- name: stackhpc.pulp
48
version: 0.4.1
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with Ansible Pulp modules depending on the ``pulp_glue``
5+
Python library since the ``pulp.squeezer`` 0.0.14 release.

0 commit comments

Comments
 (0)