Files
charm-ceph-iscsi/build-requirements.txt
Aurelien Lourot dc2171c0b2 Migrate to charmhub
Change-Id: I2caffbca2b6a1a6661831c6771fe4b7d45deddd3
2022-03-16 13:25:35 +00:00

8 lines
359 B
Plaintext

# NOTES(lourot):
# * We don't install charmcraft via pip anymore because it anyway spins up a
# container and scp the system's charmcraft snap inside it. So the charmcraft
# snap is necessary on the system anyway.
# * `tox -e build` successfully validated with charmcraft 1.2.1
cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.