Update comments on python3 selection.

This commit is contained in:
Carlos O'Donell 2018-01-10 11:13:08 -08:00
parent 9e28c4292e
commit 8544d3ab89
1 changed files with 3 additions and 1 deletions

View File

@ -266,7 +266,9 @@ BuildRequires: valgrind
# We use systemd rpm macros for nscd
BuildRequires: systemd
# We use python for the microbenchmarks
# We use python for the microbenchmarks and locale data regeneration from
# unicode sources (carried out manually). We choose python3 explicitly
# because it supports both use cases.
BuildRequires: python3
# This GCC version is needed for -fstack-clash-protection support.