py-tesorter: requires setuptools (#42124)

This commit is contained in:
snehring 2024-01-21 11:17:52 -06:00 committed by GitHub
parent 58997f7f9a
commit d282ec8179
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,8 @@ class PyTesorter(PythonPackage):
version("1.4.6", sha256="c6952c98fa78d0084742fd6c7d2d1204d36db103c3cbeb19e52093cd9d311523") version("1.4.6", sha256="c6952c98fa78d0084742fd6c7d2d1204d36db103c3cbeb19e52093cd9d311523")
depends_on("py-setuptools", type="build")
depends_on("py-biopython", type=("build", "run")) depends_on("py-biopython", type=("build", "run"))
depends_on("py-xopen", type=("build", "run")) depends_on("py-xopen", type=("build", "run"))