Adding python3-pycryptodome to initial setup
python3-pycryptodome is required when attempting to build patches in your dev env. Signed-off-by: Al Bailey <al.bailey@windriver.com> Change-Id: I3f6f123cd9de17ed27e60465a2aaac6ee6f45d48
This commit is contained in:
parent
253a7f1cd6
commit
f75c1586bd
3
dev-env/vagrant/Vagrantfile
vendored
3
dev-env/vagrant/Vagrantfile
vendored
@ -79,12 +79,13 @@ $package_setup = <<PACKAGE_SETUP
|
||||
# libxslt1-dev (config)
|
||||
# ostree (update)
|
||||
# python3-all-dev (config)
|
||||
# python3-pycryptodome (patching)
|
||||
# ripgrep (docs)
|
||||
# rsync (docs)
|
||||
# ruby-dev (stx-puppet)
|
||||
# ruby-rubygems (stx-puppet)
|
||||
# tox (all)
|
||||
apt-get install -y bc libffi-dev libldap2-dev libsasl2-dev libxml2-dev libxslt1-dev ostree python3-all-dev ripgrep rsync ruby-rubygems ruby-dev tox
|
||||
apt-get install -y bc libffi-dev libldap2-dev libsasl2-dev libxml2-dev libxslt1-dev ostree python3-all-dev python3-pycryptodome ripgrep rsync ruby-rubygems ruby-dev tox
|
||||
|
||||
# pip install some additional components that are helpful for development
|
||||
pip3 install bindep
|
||||
|
Loading…
x
Reference in New Issue
Block a user