
This patch handles the case where CA certs or authorities are loaded as byte strings. It also disables parsing YAML documents with python/object types directly into (non-dict) Python objects (which is PyYaml's default behavior), as it creates issues with the PeglegManagedDocument module. The patch also fixes a bug where attempting to re-encrypt an already encrypted file would result in a serialized python object being written rather than the expected output YAML. Change-Id: I4b84ee8f9922ae042411e70242ffda4622647e86
12 lines
435 B
Plaintext
12 lines
435 B
Plaintext
gitpython
|
|
click==6.7
|
|
jsonschema==2.6.0
|
|
pyyaml==5.1
|
|
cryptography==2.3.1
|
|
python-dateutil==2.7.3
|
|
|
|
# External dependencies
|
|
git+https://opendev.org/airship/deckhand.git@49ad9f38842f7f1ecb86d907d86d332f8186eb8c
|
|
git+https://opendev.org/airship/shipyard.git@44f7022df6438de541501c2fdd5c46df198b82bf#egg=shipyard_client&subdirectory=src/bin/shipyard_client
|
|
git+https://opendev.org/airship/promenade.git@a6e8fdbe22bd153c78a008b92cd5d1c245bc63e3
|