python310Packages.cymem: add format

- disable on unsupported Python releases
This commit is contained in:
Fabian Affolter
2023-09-22 08:49:05 +02:00
committed by GitHub
parent 57013c96e3
commit ae9cd9ff98
@@ -3,11 +3,15 @@
, fetchFromGitHub
, cython
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "cymem";
version = "2.0.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "explosion";