python312Packages.pipdeptree: refactor

This commit is contained in:
Fabian Affolter 2024-03-26 11:24:22 +01:00 committed by GitHub
parent 3bd94e764e
commit b6dfa1ce7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pipdeptree";
version = "2.16.2";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,12 +26,12 @@ buildPythonPackage rec {
hash = "sha256-g0O0ndHd2ehBUmHwb0HoWgCGSsqbjmlPFOd6KrkUv2Y=";
};
nativeBuildInputs = [
build-system = [
hatchling
hatch-vcs
];
propagatedBuildInputs = [
dependencies = [
pip
];