Skip to content
Snippets Groups Projects
Commit aa9bb06b authored by Levi Baber's avatar Levi Baber Committed by Adam J. Stewart
Browse files

py-cutadapt: needs py-setuptools at runtime (#8689)

parent be9dfc2d
No related branches found
No related tags found
No related merge requests found
......@@ -36,5 +36,5 @@ class PyCutadapt(PythonPackage):
version('1.13', '2d2d14e0c20ad53d7d84b57bc3e63b4c')
depends_on('python@2.6:', type=('build', 'run'))
depends_on('py-setuptools', type=('build'))
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-xopen@0.1.1:', type=('build', 'run'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment