ocket8888 commented on code in PR #7841: URL: https://github.com/apache/trafficcontrol/pull/7841#discussion_r1449255707
########## traffic_ops/build/traffic_ops.spec: ########## @@ -38,7 +38,7 @@ Requires: openssl-devel, perl, perl-core, perl-DBD-Pg, perl-DBI, perl-Di Requires: libidn-devel, libcurl-devel, libcap Requires: postgresql13 >= 13.2 Requires: perl-JSON, perl-libwww-perl, perl-Test-CPAN-Meta, perl-WWW-Curl, perl-TermReadKey, perl-Crypt-ScryptKDF -Requires: python(abi) +Requires: python(abi), python3 Review Comment: I'd prefer to leave it in, since the official stance of both [Red Hat](https://developers.redhat.com/blog/2018/11/14/python-in-rhel-8-3#why_not_just__python__) and [Rocky Linux](https://forums.rockylinux.org/t/what-difference-platform-python-and-python3/5560) seems to be that you shouldn't use `platform-python` unless you're building something for the OS itself. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
