python312Packages.reptor: refactor

This commit is contained in:
Fabian Affolter 2024-04-09 09:47:18 +02:00
parent 10e6667878
commit 6807b11d9d
1 changed files with 4 additions and 1 deletions

View File

@ -47,10 +47,13 @@ buildPythonPackage rec {
pythonRelaxDeps = true;
build-system = [
pythonRelaxDepsHook
setuptools
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
dependencies = [
asgiref
certifi