rockstor / rockstor-rpmbuild

RPM build specifications used to create the distributed 'rockstor' package from rockstor-core and rockstor-jslibs GitHub releases.
GNU General Public License v3.0
2 stars 3 forks source link

upgrade testing branch dependencies re Python 3.6 #17

Closed phillxnet closed 1 year ago

phillxnet commented 1 year ago

As per partner issues in rockstor-core: https://github.com/rockstor/rockstor-core/issues/2564 https://github.com/rockstor/rockstor-core/issues/2620

We need to update our rpm dependencies in the testing branch as follows:

python-devel -> python3-devel

with an implied (dependant) change that we update to Python major version:

python -> python3

"python3" Implies Python 3.6.15 as the 'default' in Leap 15.3/15.4/15.5

However there is no such package any-longer in Tumbeweed! So we use the nearest place-holder for development of Py3.8

phillxnet commented 1 year ago

Closing as: Fixed by #26