droidian / oFono2MM

Python daemom implementing ModemManager D-Bus API and using oFono to manage the modems.
BSD 3-Clause "New" or "Revised" License
8 stars 8 forks source link

Pip install? #12

Closed Declan-F closed 1 year ago

Declan-F commented 1 year ago

Might not be necessary, but it's easier in my mind to work with pip than debuild. Also likely allows for more portablility.

Declan-F commented 1 year ago

Nevermind. It would seem that debian does not allow for pip installations to the system.

erikinkinen commented 1 year ago

Using a pip package would be harder when generating rootfs images. Also, it is for a good reason newer pip versions do not allow modifying system package manager managed installation without explicitly forcing it.

Also, it is just a better practice to package it as a Debian package like all other Python packages the system depends on.