Commit 6c3d27d2 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.python-calamine: clean

parent 9df5b33f
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  cargo,
  fetchFromGitHub,
  rustPlatform,

  # build-system
  cargo,
  poetry-core,
  pytestCheckHook,
  pythonOlder,
  rustc,

  # dependencies
  packaging,
  rustPlatform,

  # tests
  pytestCheckHook,
}:

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

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "dimastbk";
    repo = "python-calamine";