This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:
Current behavior:
The Traffic Ops rpm requires the postgresql13-devel package to be installed as a dependency.
New behavior:
The Traffic Ops rpm should not require the postgresql13-devel package to be installed as a dependency. The package description contains the following:
The postgresql-devel package contains the header files and libraries
needed to compile C or C++ applications which will directly interact
with a PostgreSQL database management server.
Traffic Ops is not a C or C++ application -- it is a Go application now. This package might've been necessary for TO-Perl, but it should no longer be necessary for TO-Go. Removing this as a package dependency makes the install more easy and lightweight.
This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:
Current behavior:
The Traffic Ops rpm requires the
postgresql13-develpackage to be installed as a dependency.New behavior:
The Traffic Ops rpm should not require the
postgresql13-develpackage to be installed as a dependency. The package description contains the following:Traffic Ops is not a C or C++ application -- it is a Go application now. This package might've been necessary for TO-Perl, but it should no longer be necessary for TO-Go. Removing this as a package dependency makes the install more easy and lightweight.