py-adb-enhanced: update version to fix runtime error (#22036)

* py-adb-enhanced: update version to fix runtime error

* py-adb-enhanced: fix dependencies
This commit is contained in:
darmac 2021-03-04 10:57:41 +08:00 committed by GitHub
parent 631598014a
commit f1d0a819e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,15 @@ class PyAdbEnhanced(PythonPackage):
homepage = "https://opencollective.com/ashishb"
url = "https://github.com/ashishb/adb-enhanced/archive/2.5.4.tar.gz"
version('2.5.10', sha256='9e913d09814ce99974c455a766c5b616a92bca551e657517d6e079882eb19bdb')
version('2.5.4', sha256='329ee2e0cfceaa41c591398b365d9acdfd45ffe913c64ac06e1538041986fffb')
version('2.5.3', sha256='5a1d5182d1a073b440e862e5481c7a21073eccc3cda7a4774a2aa311fee9bbdc')
version('2.5.2', sha256='055676156c1566b8d952b9fdfdd89fc09f2d5d1e3b90b4cdf40858ce9947e2ca')
depends_on('python@3:', type=('build', 'run'))
depends_on('python@3.4:', when='@2.5.10:', type=('build', 'run'))
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-docopt', type=('build', 'run'))
depends_on('py-future', type=('build', 'run'))
depends_on('py-future', when='@:2.5.4', type=('build', 'run'))
depends_on('py-psutil', type=('build', 'run'))
depends_on('py-asyncio', type=('build', 'run'))
depends_on('py-asyncio', when='@:2.5.4', type=('build', 'run'))