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;
|
||||
|
||||
build-system = [
|
||||
pythonRelaxDepsHook
|
||||
setuptools
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
asgiref
|
||||
certifi
|
||||
|
|
Loading…
Reference in a new issue