Update charm build requirements

Change-Id: I1e4c7ac48f04796b4d471bca1aff11a5dc4964d7
This commit is contained in:
Frode Nordahl 2020-03-03 09:51:15 +01:00 committed by David Ames
parent 37aa55923d
commit 545f92c9ae
2 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,10 @@
# This file is managed centrally. If you find the need to modify this as a
# one-off, please don't. Intead, consult #openstack-charms and ask about
# requirements management in charms via bot-control. Thank you.
# This file is managed centrally by release-tools and should not be modified
# within individual charm repos. See the 'global' dir contents for available
# choices of *requirements.txt files for OpenStack Charms:
# https://github.com/openstack-charmers/release-tools
#
# Build requirements
charm-tools>=2.4.4
# importlib-resources 1.1.0 removed Python 3.5 support
importlib-resources<1.1.0
simplejson

View File

@ -120,6 +120,7 @@ class ManilaGenericCharm(charms_openstack.charm.OpenStackCharm):
release = 'mitaka'
name = 'manila-generic'
packages = PACKAGES
release_pkg = 'manila-common'
version_package = 'manila-api' # need this for versioning the app
api_ports = {}
service_type = None