linuxmint / blueberry

A Bluetooth configuration tool
GNU General Public License v3.0
171 stars 51 forks source link

Python 2 is still required? #101

Closed Nicholas-Baron closed 4 years ago

Nicholas-Baron commented 4 years ago

Python 2 is being sunset. I have tried to remove Python2 from my Mint 19.3 laptop. Aptitude says that blueberry 1.3.4 requires python < 3 (a shorthand to say only Python 2). I do not see any file in this repository that explicitly requires Python 2.

  1. Is there some dependency that needs Python 2 and so blueberry asks for it just to be sure?
  2. Will the Mint 20.1 release include a version of blueberry that does not need Python 2?
  3. Ubuntu 20.04 LTS will not have Python 2 (source). Will this be true of the Mint version build on it?

If I am asking these questions in the wrong forum, please direct me to the correct place to ask them.

mtwebster commented 4 years ago

Hi, someone forgot to update the dependencies, we've been python3 for a bit.

https://github.com/linuxmint/blueberry/commit/3554065bf7267fb7bfd9639a354746c881b0cb66

Thanks for pointing it out