python312Packages.reptor: refactor
This commit is contained in:
parent
10e6667878
commit
6807b11d9d
1 changed files with 4 additions and 1 deletions
|
@ -47,10 +47,13 @@ buildPythonPackage rec {
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
pythonRelaxDepsHook
|
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
pythonRelaxDepsHook
|
||||||
|
];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
asgiref
|
asgiref
|
||||||
certifi
|
certifi
|
||||||
|
|
Loading…
Reference in a new issue