Skip to content
Snippets Groups Projects
  1. Oct 09, 2021
    • Christophe Monniez's avatar
      [FIX] packaging: fix python abi detection in rpm · 7e1e0f16
      Christophe Monniez authored
      
      Although the ABI detection was fixed in install, it was forgotten in
      post install script.
      
      closes odoo/odoo#78097
      
      X-original-commit: 3a4e98b6
      Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
      7e1e0f16
    • Christophe Monniez's avatar
      [FIX] packaging: add missing dependencies · f78b6d00
      Christophe Monniez authored
      A dependency on python pyopenssl package was added in #61853 and flew
      under the radar. As this package is pure python, it should not cause any
      arm.
      
      Also, it seems that the gsfonts package is needed on Debian to print
      things like barcode badges. Previously, the gsfonts package was a
      dependency of python3-renderm package which is itself a dependency of
      odoo. The gsfonts dependency was removed in the python3-renderpm Bullseye package.
      
      With this commit the gsfonts dependency is set on the odoo Debian
      package directly.
      
      X-original-commit: 248762c8
      Part-of: odoo/odoo#78097
      f78b6d00
  2. Oct 08, 2021
  3. Oct 07, 2021
Loading