Changeset 6971e0


Ignore:
Timestamp:
05/19/2016 04:21:19 PM (9 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
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)
Message:

#2828 [Packaging] Fix ImportError with setuptools version > 18.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packaging/win32/deluge-bbfreeze.py

    rcea50f r6971e0  
    8282bbfreeze.recipes.recipe_gtk_and_friends = recipe_gtk_override
    8383
     84# Workaround for "ImportError: The 'packaging' package is required" with setuptools > 18.8.
     85# (https://github.com/pypa/setuptools/issues/517)
     86bbfreeze.recipes.recipe_pkg_resources = bbfreeze.recipes.include_whole_package("pkg_resources")
     87
    8488fzr = bbfreeze.Freezer(build_dir, includes=includes, excludes=excludes)
    8589fzr.include_py = False
Note: See TracChangeset for help on using the changeset viewer.