Skip to content

Commit d5c9d7c

Browse files
authored
python312Packages.python-benedict: refactor
1 parent 277827c commit d5c9d7c

File tree

1 file changed

+3
-5
lines changed
  • pkgs/development/python-modules/python-benedict

1 file changed

+3
-5
lines changed

pkgs/development/python-modules/python-benedict/default.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828
version = "0.34.0";
2929
pyproject = true;
3030

31-
disabled = pythonOlder "3.7";
31+
disabled = pythonOlder "3.10";
3232

3333
src = fetchFromGitHub {
3434
owner = "fabiocaccamo";
@@ -39,11 +39,9 @@ buildPythonPackage rec {
3939

4040
pythonRelaxDeps = [ "boto3" ];
4141

42-
nativeBuildInputs = [
43-
setuptools
44-
];
42+
build-system = [ setuptools ];
4543

46-
propagatedBuildInputs = [
44+
dependencies = [
4745
python-fsutil
4846
python-slugify
4947
requests

0 commit comments

Comments
 (0)