py-gsutil: add v5.2 (#26337)

This commit is contained in:
bernhardkaindl 2021-10-01 17:03:54 +02:00 committed by GitHub
parent f168d264d1
commit 6b96486d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class PyGsutil(PythonPackage):
maintainers = ['dorton21']
version('5.2', sha256='08857eedbd89c7c6d10176b14f94fb1168d5ef88f5b5b15b3e8a37e29302b79b')
version('4.59', sha256='349e0e0b48c281659acec205917530ae57e2eb23db7220375f5add44688d3ddf')
depends_on('python@2.7:2.8,3.5:3.999', type=('build', 'run'))