Ravenports / ravenadm

Administration tool for Ravenports
http://www.ravenports.com
ISC License
17 stars 3 forks source link

replace python 3.7 with python 3.9 #28

Closed jrmarino closed 3 years ago

jrmarino commented 3 years ago

Requires rewrite off all python ports (including manually generated ports)

jrmarino commented 3 years ago

also, support "wheel" arguments for python. This removes "setuptools" dependencies and adds python-pip as a build dependency. When this happens, modify python files autogenerator to remove BUILD_DEPS=python-pip.

jrmarino commented 3 years ago

see f63b665 and bdba054