clingo+python extends python (#19585)
This commit is contained in:
parent
09b63ae3d1
commit
71cb46afde
@ -35,6 +35,7 @@ class Clingo(CMakePackage):
|
||||
depends_on('bison@2.5:', type="build")
|
||||
|
||||
depends_on('python', type=("build", "link", "run"), when="+python")
|
||||
extends('python', when='+python')
|
||||
|
||||
def patch(self):
|
||||
# Doxygen is optional but can't be disabled with a -D, so patch
|
||||
|
Loading…
Reference in New Issue
Block a user