common/hooks/pre-configure: fix python3 wrapper [skip ci] (#1005)

This commit is contained in:
newbluemoon 2018-08-21 19:33:52 +02:00 committed by cr6git
parent 97d4f3d88b
commit 05fb5e4ad7
1 changed files with 1 additions and 1 deletions

View File

@ -153,5 +153,5 @@ hook() {
generic_wrapper3 libetpan-config
generic_wrapper3 giblib-config
python_wrapper python-config 2.7
python_wrapper python3.4-config 3.4m
python_wrapper python3-config 3.6m
}