Skip to content
Snippets Groups Projects
Commit 851f4654 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'fix-centos-build-after-pytools-update' into 'master'

Accommodate hidden decorator update in pytools 2019.1 in CentOS build

See merge request inducer/loopy!308
parents fa5d226e 7188ba59
No related branches found
No related tags found
1 merge request!308Accommodate hidden decorator update in pytools 2019.1 in CentOS build
Pipeline #15047 passed
......@@ -15,6 +15,7 @@ import packaging # pip install packaging to add
a = Analysis(['../bin/loopy'],
pathex=[expanduser('~/src/loopy')],
hiddenimports=[
"decorator",
"appdirs",
"packaging.markers",
"packaging.specifiers",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment