poise / poise-python

A Chef cookbook to provide a unified interface for installing Python, managing Python packages, and creating virtualenvs.
Apache License 2.0
124 stars 108 forks source link

RHEL8 changes #139

Open ctramnitz opened 5 years ago

ctramnitz commented 5 years ago

RHEL8 (beta) doesn't have a versioned "python" package anymore but only "python2" and "python36" packages. Also, they come from the appstream repo now, not from scl or system anymore.

That seems to break the current provider detection logic and may require some adjustments.

coderanger commented 5 years ago

Yeah, this will probably require writing a new provider specifically for RHEL8. As this project is in maintenance mode, I would encourage you to write that in your own wrapper cookbook for now, I wouldn't even attempt it until after the 8.0 release and even then it seems unlikely given my priorities have shifted away from Chef.