python310Packages.cons: add format

- disable on unsupported Python releases
This commit is contained in:
Fabian Affolter 2023-07-03 08:17:22 +02:00 committed by GitHub
parent 45ab954975
commit 3fd1391d45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,15 @@
, py
, pytestCheckHook
, pytest-html
, pythonOlder
}:
buildPythonPackage rec {
pname = "cons";
version = "0.4.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "pythological";