python312Packages.python-calamine: clean

This commit is contained in:
Gaetan Lepage
2024-09-17 16:59:43 +02:00
parent 9df5b33fad
commit 6c3d27d2bb
@@ -1,14 +1,19 @@
{
lib,
buildPythonPackage,
cargo,
fetchFromGitHub,
poetry-core,
pytestCheckHook,
pythonOlder,
rustc,
packaging,
rustPlatform,
# build-system
cargo,
poetry-core,
rustc,
# dependencies
packaging,
# 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";