graphite2: add python@3.6: as dependency (#22126)

* graphite2: add python@3.6: as dependency

* graphite2: refine python type to run

* graphite2: change phthon to test type
This commit is contained in:
darmac 2021-03-29 10:30:35 +08:00 committed by GitHub
parent 14c7a13893
commit 43131526e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,6 @@ class Graphite2(CMakePackage):
version('1.3.13', sha256='dd63e169b0d3cf954b397c122551ab9343e0696fb2045e1b326db0202d875f06') version('1.3.13', sha256='dd63e169b0d3cf954b397c122551ab9343e0696fb2045e1b326db0202d875f06')
depends_on('python@3.6:', type='test')
patch('regparm.patch') patch('regparm.patch')