Skip to content

Commit

Permalink
fix(jsonnet): add missing ddb.feature.jsonnet.docker package in exe v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
Toilal committed Feb 8, 2021
1 parent 85b6a83 commit 5253802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ a = Analysis(['ddb/__main__.py'],
('ddb/feature/jsonnet/lib/*', 'ddb/feature/jsonnet/lib')
],
hiddenimports=[
'ddb.feature.jsonnet.docker',
'pkg_resources.py2_warn', # https://github.com/pypa/setuptools/issues/1963
'cookiecutter.extensions', # https://github.com/cookiecutter/cookiecutter/blob/b155476851448f1858884bf73c177c997319f5a6/cookiecutter/environment.py#L25-L30
'jinja2_time'
Expand Down

0 comments on commit 5253802

Please sign in to comment.