Update meson/python

```
DEPRECATION: Project targetting '>= 0.41.1' but tried to use feature deprecated since '0.48.0': python3 module
Build targets in project: 3
WARNING: Deprecated features used:
 * 0.48.0: {'python3 module'}
```
This commit is contained in:
Christopher Dunn 2019-11-04 00:27:02 -08:00
parent 2703c306a3
commit fb9aaf8112

View File

@ -71,7 +71,8 @@ jsoncpp_dep = declare_dependency(
)
# tests
python = import('python3').find_python()
#python = import('python3').find_python()
python = find_program('python3', 'python')
jsoncpp_test = executable(
'jsoncpp_test',