python310Packages.dnachisel: add format

- disable on unsupported Python releases
This commit is contained in:
Fabian Affolter 2023-06-11 15:06:46 +02:00 committed by GitHub
parent f09bde4cd0
commit e85f0c7cf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
, numpy
, proglog
, pytestCheckHook
, pythonOlder
, python-codon-tables
, primer3
, genome-collector
@ -16,6 +17,9 @@
buildPythonPackage rec {
pname = "dnachisel";
version = "3.2.11";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "Edinburgh-Genome-Foundry";