python3Packages.pythonRelaxDepsHook: update example

This commit is contained in:
Martin Weinelt
2024-07-07 22:36:56 +02:00
parent 34a194080d
commit ad9505ddce
@@ -4,12 +4,10 @@
#
# Example usage in a derivation:
#
# { …, pythonPackages, … }:
# { …, python3Packages, … }:
#
# pythonPackages.buildPythonPackage {
# python3Packages.buildPythonPackage {
# …
# nativeBuildInputs = [ pythonPackages.pythonRelaxDepsHook ];
#
# # This will relax the dependency restrictions
# # e.g.: abc>1,<=2 -> abc
# pythonRelaxDeps = [ "abc" ];