py-dulwich: Fix python depend (#21461)
This commit is contained in:
parent
95fcd9ac13
commit
54763a16f4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class PyDulwich(PythonPackage):
|
|||
version('0.20.15', sha256='fb1773373ec2af896031f8312af6962a1b8b0176a2de3fb3d84a84ec04498888')
|
||||
version('0.20.14', sha256='21d6ee82708f7c67ce3fdcaf1f1407e524f7f4f7411a410a972faa2176baec0d')
|
||||
|
||||
depends_on('python@3.5', type=('build', 'run'))
|
||||
depends_on('python@3.5.0:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-certifi', type=('build', 'run'))
|
||||
depends_on('py-urllib3@1.24.1:', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue