pythonPackages.google-music: Enable on newer python versions

This commit is contained in:
Sandro Jäckel 2021-01-05 16:17:28 +01:00
parent 3ef3da397d
commit 37206fb465
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,4 +1,6 @@
{ lib, buildPythonPackage, fetchPypi, pythonOlder
{ lib
, buildPythonPackage
, fetchPypi
, appdirs
, audio-metadata
, google-music-proto
@ -14,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "b79956cc0df86345c74436ae6213b700345403c91d51947288806b174322573b";
sha256 = "0fsp491ifsw0i1r98l8xr41m8d00nw9n5bin8k3laqzq1p65d6dp";
};
postPatch = ''
@ -35,8 +37,6 @@ buildPythonPackage rec {
# No tests
doCheck = false;
disabled = pythonOlder "3.6";
meta = with lib; {
homepage = "https://github.com/thebigmunch/google-music";
description = "A Google Music API wrapper";