python312Packages.pyduotecno: refactor

This commit is contained in:
Fabian Affolter 2024-04-05 21:17:20 +02:00
parent eca000afb7
commit 7f01c4c68c
1 changed files with 2 additions and 4 deletions

View File

@ -3,13 +3,12 @@
, fetchFromGitHub
, pythonOlder
, setuptools
, wheel
}:
buildPythonPackage rec {
pname = "pyduotecno";
version = "2024.3.2";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,9 +19,8 @@ buildPythonPackage rec {
hash = "sha256-aak1e8NOxj7kncOyChpCEAQP1jpduhiSKDqm3mf5bqs=";
};
nativeBuildInputs = [
build-system = [
setuptools
wheel
];
# Module has no tests