libflame: Fix build error (#22315)

This commit is contained in:
Tomoyasu Nojiri 2021-03-16 19:03:32 +09:00 committed by GitHub
parent 8ffeb96c77
commit 475c877fc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,3 +127,5 @@ class Libflame(LibflameBase):
provides('flame@5.2', when='@5.2.0')
provides('flame@5.1', when='@5.1.0')
depends_on('python', type='build')