python311Packages.bork: relax dependency constraints

Checking runtime dependencies for bork-7.0.2-py3-none-any.whl
  - wheel~=0.41.2 not satisifeid by version 0.41.1
  - packaging~=21.3 not satisifeid by version 23.2
  - twine==4.0.1 not satisifeid by version 4.0.2
This commit is contained in:
Martin Weinelt
2023-12-20 20:10:30 +01:00
parent 50321c955a
commit 29504f7693
@@ -3,6 +3,7 @@
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, build
, coloredlogs
@@ -26,6 +27,16 @@ buildPythonPackage rec {
hash = "sha256-sHCPT6nTenE6mbTifNPtg0OMNIJCs7LRcF8Xuk+MwLs=";
};
nativeBuildInputs = [
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"packaging"
"twine"
"wheel"
];
propagatedBuildInputs = [
build
coloredlogs