python310Packages.primer3: add format

- disable on unsupported Python releases
This commit is contained in:
Fabian Affolter 2023-06-20 08:15:27 +02:00 committed by GitHub
parent 729b60e70d
commit fdd5d7e826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,15 @@
, cython
, gcc
, click
, pythonOlder
}:
buildPythonPackage rec {
pname = "primer3";
version = "2.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "libnano";