py-tesorter: requires setuptools (#42124)
This commit is contained in:
parent
58997f7f9a
commit
d282ec8179
1 changed files with 2 additions and 0 deletions
|
@ -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"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue