python311Packages.requirements-detector: fix build

by using the correct semver dependency.
This commit is contained in:
Martin Weinelt
2023-12-20 20:10:35 +01:00
parent f00f929ac2
commit ceffebc69c
@@ -4,7 +4,7 @@
, fetchFromGitHub
, packaging
, poetry-core
, poetry-semver
, semver
, pytestCheckHook
, pythonOlder
, toml
@@ -31,8 +31,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [
astroid
packaging
poetry-semver
toml
semver
];
nativeCheckInputs = [