0

Im working within the SaltStack system on a ubuntu box and Im trying to figure out how to upgrade pyOpenSSL to above 0.14 as requested by the system. However, i cant find any way to do that. anyone can shed some light on how this is done I'd be grateful.

Thanks.

Shahzad Barkati
  • 2,532
  • 6
  • 25
  • 33

1 Answers1

0

Try this :

sudo easy_install --upgrade PyOpenSSL
Valentin Ouvrard
  • 194
  • 2
  • 11