Skip to content
Snippets Groups Projects
Select Git revision
  • 7992cd0d51c3b858f36e74abd76ceef986b51df8
  • master default protected
  • archive
  • use_content_type_for_msoffice
  • test
  • sort_xml_attributes
  • remove_office_rsid
  • video_support
  • 0.3.1
  • 0.3.0
  • 0.2.0
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
15 results

implementation_notes.md

Blame
  • Forked from jvoisin / mat2
    Source project has a limited visibility.
    python_cryptography.pp 448 B
    # 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;
      }
    
    }