Changeset 6971e0
- Timestamp:
- 05/19/2016 04:21:19 PM (9 years ago)
- Branches:
- 2.0.x, develop, master
- Children:
- fd9e68
- Parents:
- cea50f
- git-author:
- Calum Lind <calumlind+deluge@gmail.com> (05/19/2016 04:18:34 PM)
- git-committer:
- Calum Lind <calumlind+deluge@gmail.com> (05/19/2016 04:21:19 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/win32/deluge-bbfreeze.py
rcea50f r6971e0 82 82 bbfreeze.recipes.recipe_gtk_and_friends = recipe_gtk_override 83 83 84 # Workaround for "ImportError: The 'packaging' package is required" with setuptools > 18.8. 85 # (https://github.com/pypa/setuptools/issues/517) 86 bbfreeze.recipes.recipe_pkg_resources = bbfreeze.recipes.include_whole_package("pkg_resources") 87 84 88 fzr = bbfreeze.Freezer(build_dir, includes=includes, excludes=excludes) 85 89 fzr.include_py = False
Note:
See TracChangeset
for help on using the changeset viewer.