fontconfig: add dependency python (#25960)

This commit is contained in:
kjrstory 2021-09-24 14:26:05 +09:00 committed by GitHub
parent 72c22696ac
commit bdab4c9f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ class Fontconfig(AutotoolsPackage):
depends_on('pkgconfig', type='build')
depends_on('font-util')
depends_on('uuid', when='@2.13.1:')
depends_on('python@3:', type='build', when='@2.13.93:')
# Resolve known issue with tarballs 2.12.3 - 2.13.0 plus
# https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/10