python311Packages.aw-core: relax deps
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, poetry-core
|
||||
, jsonschema
|
||||
, peewee
|
||||
@@ -34,6 +35,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -48,6 +50,11 @@ buildPythonPackage rec {
|
||||
timeslot
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"platformdirs"
|
||||
"iso8601"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user