libint: add Python as build dependency (#30870)

Installation process of libint runs a Python script:
<69cc7b9bc6/export/cmake/CMakeLists.txt.export (L410)>.
If Python isn't explicitly listed as build dependency, system Python will be
picked up, which can cause troubles.
This commit is contained in:
Mosè Giordano 2022-06-07 13:01:53 +01:00 committed by GitHub
parent 44d670a8ce
commit 6a2844fdee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ class Libint(AutotoolsPackage):
depends_on('autoconf@2.52:', type='build')
depends_on('automake', type='build')
depends_on('libtool', type='build')
depends_on('python', type='build')
# Libint 2 dependencies
# Fixme: Can maintainers please confirm that this is a required dependency