Skip to content
Success

Changes

Summary

  1. debian: do not install osmo-ctrl2cgi.service (details)
  2. debian: python3-osmopy-utils does not need python3-treq (details)
Commit 3995490158c1b11ed303a576b14a795241361d91 by Vadim Yanitskiy
debian: do not install osmo-ctrl2cgi.service

This service is calling scripts/ctrl2cgi.py, which has been deprecated
and is no longer part of the package (there's no /usr/bin/ctrl2cgi.py).

Change-Id: I6250f92d12774c69a8647b8cd26d0aa715646724
Fixes: 36cfd17 ("setup.py: do not install scripts/{soap,ctrl2cgi}.py")
The file was modifieddebian/rules
The file was removeddebian/python3-osmopy-utils.osmo-ctrl2cgi.service
Commit 2ca1ea14edcd7525bd27333ef753d6d71d239e11 by Vadim Yanitskiy
debian: python3-osmopy-utils does not need python3-treq

This module is only used by scripts/{ctrl2cgi.py,soap.py}, which
have been deprecated and are no longer part of the package.

Change-Id: I8a36109de244efaaa40bf5ac309bd5061cf0596d
Fixes: 36cfd17 ("setup.py: do not install scripts/{soap,ctrl2cgi}.py")
The file was modifieddebian/control