diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f4f3b7fb3f..58defd9fcc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -26380,28 +26380,16 @@ It implements advanced Python dictionaries with dot notation access.") #t))))) (propagated-inputs `(("python-click" ,python-click) + ("python-configobj" ,python-configobj) ("python-dotenv" ,python-dotenv-0.13.0) ("python-ruamel.yaml" ,python-ruamel.yaml) ("python-toml" ,python-toml))) (native-inputs - `(("make" ,gnu-make) - ("python-codecov" ,python-codecov) - ("python-configobj" ,python-configobj) - ("python-colorama" ,python-colorama-0.4.1) - ("python-django" ,python-django) - ("python-flake8" ,python-flake8) - ("python-flake8-debugger" ,python-flake8-debugger) - ("python-flake8-print" ,python-flake8-print) - ("python-flake8-todo" ,python-flake8-todo) + `(("python-django" ,python-django) ("python-flask" ,python-flask) - ("python-future" ,python-future) - ("python-pep8-naming" ,python-pep8-naming) ("python-pytest" ,python-pytest-6) ("python-pytest-cov" ,python-pytest-cov) - ("python-pytest-forked" ,python-pytest-forked) - ("python-pytest-mock" ,python-pytest-mock) - ("python-pytest-xdist" ,python-pytest-xdist) - ("python-radon" ,python-radon))) + ("python-pytest-mock" ,python-pytest-mock))) (home-page "https://github.com/rochacbruno/dynaconf") (synopsis