Skip to content

Commit ca34978

Browse files
Rodrigo Barbierifreyes
authored andcommitted
Migrate to charmcraft 2.x
charmcraft 2.1 build is failing because of dependency changes so migrate to 2.x given that it builds successfully on 2.x. Also specifically for Antelope: fixing broken cython_sources error when buliding PyYAML 6.0, therefore bumping to 6.0.1. Change-Id: I27e3331ff2b6f1cdb03bfb4e11ba275558effd00
1 parent 645eb34 commit ca34978

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

osci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
needs_charm_build: true
77
charm_build_name: keystone-openidc
88
build_type: charmcraft
9+
charmcraft_channel: 2.x/stable

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ netaddr==0.8.0
88
ops==2.2.0
99
git+https://opendev.org/openstack/charm-ops-openstack@master#egg=ops_openstack
1010
pbr==5.11.1
11-
PyYAML==6.0
11+
PyYAML==6.0.1
1212
requests==2.28.2
1313
urllib3==1.26.15
1414
websocket-client==1.5.1

0 commit comments

Comments
 (0)