python dependency: Fix typo in placeholder string
This commit is contained in:
parent
97320e7186
commit
1c00375ed8
|
@ -70,7 +70,7 @@ class BasicPythonExternalProgram(ExternalProgram):
|
||||||
'link_libpython': False,
|
'link_libpython': False,
|
||||||
'sysconfig_paths': {},
|
'sysconfig_paths': {},
|
||||||
'paths': {},
|
'paths': {},
|
||||||
'platform': 'sentinal',
|
'platform': 'sentinel',
|
||||||
'suffix': 'sentinel',
|
'suffix': 'sentinel',
|
||||||
'variables': {},
|
'variables': {},
|
||||||
'version': '0.0',
|
'version': '0.0',
|
||||||
|
|
Loading…
Reference in New Issue