Merge pull request #1 from openstack-charmers/general-fixes

General fixes for aso update
This commit is contained in:
Liam Young 2022-02-03 13:56:38 +00:00 committed by GitHub
commit dae62bc413
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,3 @@
# Learn more about charmcraft.yaml configuration at:
# https://juju.is/docs/sdk/charmcraft-config
type: "charm"
bases:
- build-on:
@ -12,3 +10,8 @@ parts:
charm:
build-packages:
- git
- libffi-dev
- libssl-dev
charm-python-packages:
- setuptools < 58
- cryptography < 3.4

View File

@ -35,7 +35,6 @@ to get the relevant information from the relation data.
import json
import uuid
import logging
from ops.relation import ConsumerBase
from ops.framework import (
StoredState,
@ -53,7 +52,7 @@ LIBAPI = 0
# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 1
LIBPATCH = 2
logger = logging.getLogger(__name__)

View File

@ -1,6 +1,4 @@
# ops >= 1.2.0
jinja2
git+https://github.com/canonical/operator@2875e73e#egg=ops
git+https://opendev.org/openstack/charm-ops-openstack#egg=ops_openstack
git+https://github.com/openstack-charmers/advanced-sunbeam-openstack#egg=advanced_sunbeam_openstack
lightkube