python310Packages.marisa-trie: add format

- disable on unsupported Python releases
This commit is contained in:
Fabian Affolter
2023-09-07 11:00:17 +02:00
committed by GitHub
parent ba4c81544a
commit 04114b5182
@@ -5,11 +5,15 @@
, pytestCheckHook
, hypothesis
, readme_renderer
, pythonOlder
}:
buildPythonPackage rec {
pname = "marisa-trie";
version = "1.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;