Skip to content

Conversation

mdboom
Copy link
Contributor

@mdboom mdboom commented Nov 28, 2022

Fixes #247.

Django has a runtime dependency on distutils, so adding setuptools as a dependency resolves it.

This has already been resolved upstream [1], but this allows us to keep using the same version of Django for the benchmark.

[1] https://github.com/django/django/pull/14240/files

Django has a runtime dependency on distutils, so adding setuptools as a
dependency resolves it.

This has already been resolved upstream [1], but this allows us to keep
using the same version of Django for the benchmark.

[1] https://github.com/django/django/pull/14240/files
Copy link
Member

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ericsnowcurrently ericsnowcurrently merged commit fd22d5a into python:main Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

django_template benchmark fails on main due to lack of distutils
2 participants