python310Packages.deezer-python: update disabled

This commit is contained in:
Fabian Affolter 2022-06-07 18:43:17 +02:00 committed by GitHub
parent 83ad4f2f93
commit 41d0c6f080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@ buildPythonPackage rec {
version = "5.3.3";
format = "pyproject";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "browniebroke";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-eiznL23Pt7bwBLxNG8V3ITSNMnwMBjFdiGgu0cSoSw0=";
hash = "sha256-eiznL23Pt7bwBLxNG8V3ITSNMnwMBjFdiGgu0cSoSw0=";
};
nativeBuildInputs = [
@ -46,7 +46,9 @@ buildPythonPackage rec {
--replace " --cov=deezer" ""
'';
pythonImportsCheck = [ "deezer" ];
pythonImportsCheck = [
"deezer"
];
meta = with lib; {
description = "Python wrapper around the Deezer API";