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

Pin python-cryptography to jessie-backports

Needed to satisfy leap-mx dependency (>=17.0)

- Resolves: #8837
parent 98b6713a
No related branches found
No related tags found
No related merge requests found
# 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