Skip to content

Commit 7ae4afe

Browse files
committed
fixed broken pulp dependency
1 parent 9df4e87 commit 7ae4afe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cookiecutter
99
selinux # this is a shim to avoid having to use --system-site-packages, you still need sudo yum install libselinux-python3
1010
netaddr
1111
matplotlib
12-
pulp-cli==0.29.2
12+
pulp-cli==0.23.2

requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ collections:
4949
- name: https://github.com/azimuth-cloud/ansible-collection-image-utils
5050
type: git
5151
version: 0.4.0
52-
- name: stackhpc.pulp
53-
version: 0.5.5
5452
# stackhpc.pulp has pulp.squeezer as dependency, any version, but latest
5553
# requires newer ansible than can install
5654
- name: pulp.squeezer
5755
version: 0.0.15
56+
- name: stackhpc.pulp
57+
version: 0.5.5
5858
...

0 commit comments

Comments
 (0)