Comment 2 for bug 1177855

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Daviey,

Just to clarify, issuetracker is being disabled by default and makes no sense to have it as a build-dep. See docs/conf.py:

if False: #not os.environ.get("SKIP_ISSUES"):
    # Issue tracker is not working, just hangs
    issuetracker = "github"
    issuetracker_project = "ask/celery"
    issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'

If this were change to True, it would actually require to access the network in order to be able to build. However, since it is being disabled by default we do not require the build-dependency.

Cheers.