feat: Add python3 timelib 0.2.5

This commit is contained in:
Carlos Álvaro
2021-03-13 10:39:11 +01:00
parent b19d5d81d1
commit a7d164b324
2 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,11 @@
# Changelog
This file only reflects the changes that are made in this image.
Please refer to the SaltStack [Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3002.6.html) for the list of changes in SaltStack.
Please refer to the [Salt 3002.5 Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3002.5.html) for the list of changes in SaltStack.
**3003**
- Add python3 `timelib` `0.2.5`
**3002.6**

View File

@@ -31,6 +31,8 @@ DEBIAN_FRONTEND=noninteractive apt-get install --yes --quiet --no-install-recomm
python3-redis python3-gnupg python3-mysqldb python3-dateutil python3-libnacl python3-openssl \
python3-pygit2 python3-m2crypto
pip3 install timelib==0.2.5
# Bootstrap script options:
# https://docs.saltstack.com/en/latest/topics/tutorials/salt_bootstrap.html#command-line-options
## -M: install Salt Master by default