Skip to content
Snippets Groups Projects
Verified Commit acf491a4 authored by Varac's avatar Varac
Browse files

Merge branch 'python_cryptography'

parents ef455a41 03ff5b1d
Branches
Tags
No related merge requests found
Pipeline #
# Pin python-cryptography to jessie-backports in order to
# satisfy leap-mx dependency (>=17.0)
# see https://0xacab.org/leap/platform/issues/8837
class site_apt::preferences::python_cryptography {
apt::preferences_snippet { 'python_cryptography':
package => 'python-cryptography python-openssl python-pyasn1 python-setuptools python-pkg-resources python-cffi',
release => "${::lsbdistcodename}-backports",
priority => 999;
}
}
......@@ -19,4 +19,6 @@ class site_mx {
include ::site_check_mk::agent::mx
# install twisted from jessie backports
include ::site_apt::preferences::twisted
# install python-cryptography from jessie backports
include ::site_apt::preferences::python_cryptography
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment