c960f2d024
* charm-helpers sync for classic charms * pin pyparsing for aodhclient * pin cffi for py35 * add non-voting focal-yoga bundle * add non-voting jammy-yoga bundle * add series metadata for jammy * switch xena bundles to voting * run focal-ussuri as smoke tests * remove trusty, xenial, and groovy metadata and tests Change-Id: Ibb22cd736e8b500de9cab0905e389c1d9669cc62
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
# 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
|
|
#
|
|
# NOTE(lourot): This might look like a duplication of test-requirements.txt but
|
|
# some tox targets use only test-requirements.txt whereas charm-build uses only
|
|
# requirements.txt
|
|
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85
|
|
|
|
# Build requirements
|
|
cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.
|
|
charm-tools==2.8.3
|
|
|
|
simplejson
|
|
|
|
# Newer versions use keywords that didn't exist in python 3.5 yet (e.g.
|
|
# "ModuleNotFoundError")
|
|
# NOTE(lourot): This might look like a duplication of test-requirements.txt but
|
|
# some tox targets use only test-requirements.txt whereas charm-build uses only
|
|
# requirements.txt
|
|
importlib-metadata<3.0.0; python_version < '3.6'
|
|
importlib-resources<3.0.0; python_version < '3.6'
|