gdb: depend only on python, not python+debug (#29374)

This commit is contained in:
Valentin Volkl 2022-04-06 06:52:42 +02:00 committed by GitHub
parent 24800c3de5
commit c8728a1526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ class Gdb(AutotoolsPackage, GNUMirrorPackage):
depends_on('texinfo', type='build')
# Optional dependencies
depends_on('python+debug', when='+python', type=('build', 'link', 'run'))
depends_on('python', when='+python', type=('build', 'link', 'run'))
depends_on('python@:3.6', when='@:8.1+python', type=('build', 'link', 'run'))
depends_on('xz', when='+xz')
depends_on('source-highlight', when='+source-highlight')