Commit daaf2d9f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.primer3: remove disabled

parent e022fe1e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
  fetchFromGitHub,
  gcc,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

@@ -17,8 +16,6 @@ buildPythonPackage rec {
  version = "2.2.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "libnano";
    repo = "primer3-py";
@@ -37,6 +34,7 @@ buildPythonPackage rec {
    click
    pytestCheckHook
  ];

  # We are not sure why exactly this is need. It seems `pytestCheckHook`
  # doesn't find extension modules installed in $out/${python.sitePackages},
  # and the tests rely upon them. This was initially reported upstream at