raspberrypi / linux

Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Other
11.01k stars 4.95k forks source link

pifacecommon not up-to-date #2539

Closed spiro-trikaliotis closed 6 years ago

spiro-trikaliotis commented 6 years ago

The package python3-pifacecommon reports itself as version 4.2.1. However, it differs in one patch from the version from here: https://github.com/piface/pifacecommon.

It misses the patch d4c568926e, cf. https://github.com/piface/pifacecommon/commit/d4c568926e49dc75a983e2fed41b79ebf317b10d?diff=unified. That one is needed in order to run piface (for example the digital IO) on newer kernels:

Can you include that one in a Raspbian package so the piface can be run without a local patch?

Regards Spiro Trikaliotis

spiro-trikaliotis commented 6 years ago

I am sorry, I am in the wrong bug tracker. Closing here and searching for the right one.

XECDesign commented 6 years ago

The package was provided by piface. The correct place to report it is https://github.com/piface/pifacecommon. The last reply I saw from them was that they no longer support the debian package and tell people to use pip instead. I also think that they're having somebody look into providing .debs again.

spiro-trikaliotis commented 6 years ago

Thank you for your reply. I just tried with pip (more precisely, pip3). It still gives the "wrong" spi.py file, without the patch. Thus, this is no solution, either.