Skip to content
Snippets Groups Projects
Select Git revision
  • 03ff5b1d22f4487d97818da3693e9a33ba1421a3
  • master default
  • stretch
  • variable_nameservers
  • improve_debug_info
  • feat/v3_hs
  • bug/8878
  • feat/refactor_tor
  • bug/disable_tor_exit
  • ed25519
  • couch-design-8428
  • bug/8850
  • commit_template
  • fix_mail_deploy
  • feature/stretch
  • feature/default-invites
  • bug/8841
  • feature/signed-by
  • multenv
  • fix_staging_deploy
  • latest_ci
  • 0.10.0
  • 0.9.0
  • 0.9.0rc1
  • 0.8.1
  • 0.8.0
  • 0.8.0rc1
  • 0.7.1
  • 0.7.0
  • 0.7.0rc2
  • 0.7.0rc1
  • 0.6.0
  • 0.6.0rc3
  • 0.6.0rc2
  • 0.6.0rc1
  • 0.5.5
  • 0.5.4.1
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.5.1
41 results

python_cryptography.pp

Blame
  • Forked from leap / platform
    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;
      }
    
    }