py-tokenize-rt: add missing setuptools dependency (#32639)

This commit is contained in:
Adam J. Stewart 2022-09-14 03:04:03 -05:00 committed by GitHub
parent 8d2cd4a620
commit ce56cb23fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,3 +15,4 @@ class PyTokenizeRt(PythonPackage):
version("4.2.1", sha256="0d4f69026fed520f8a1e0103aa36c406ef4661417f20ca643f913e33531b3b94")
depends_on("python@3.6.1:", type=("build", "run"))
depends_on("py-setuptools", type="build")