neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

fix: Require beaker version with support for python 3.9 #87

Closed Tiboris closed 3 years ago

Tiboris commented 3 years ago

Python 3.9 has removed the deprecated method 'encodestring' from base64 module. It needs to be replaced by 'encodebytes'. Beaker version 28.1 has the fix in place so require at least this version.

Signed-off-by: Tibor Dudlák tdudlak@redhat.com