0

I have a python app that I am trying to package for postmarketos via abuild. I got the abuild to create the package, but I have a single dependency that I must install with pip because the apk repositories do not contain this package. Does anyone know how to include the package in the python -m build or if apkbuild allows for postinstallation hooks.

I am very new to alpine linux and to python packaging.

Robert
  • 39,162
  • 17
  • 99
  • 152
  • I guess you should package and distribute the dependency separately. As its own *apk* (or whatever) maybe? – sinoroc Aug 02 '23 at 17:08

0 Answers0