py-debugpy: add 1.5.1 (#27551)

This commit is contained in:
Manuela Kuhn 2021-11-19 19:05:12 +01:00 committed by GitHub
parent 0288ef8733
commit efe635a3f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ class PyDebugpy(PythonPackage):
'debugpy.common'
]
version('1.5.1', sha256='d2b09e91fbd1efa4f4fda121d49af89501beda50c18ed7499712c71a4bf3452e')
version('1.4.1', sha256='889316de0b8ff3732927cb058cfbd3371e4cd0002ecc170d34c755ad289c867c')
depends_on('python@2.7:2.8,3.5:', type=('build', 'link', 'run'))