Unverified Commit e85f0c7c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.dnachisel: add format

- disable on unsupported Python releases
parent f09bde4c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";