python310Packages.pytaglib: disable on unsupported Python releases

- add format
This commit is contained in:
Fabian Affolter 2023-03-28 08:38:49 +02:00 committed by GitHub
parent c26e9c8ee2
commit 8066817ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,15 @@
, taglib
, cython
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "pytaglib";
version = "2.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "supermihi";