python312Packages.reptor: refactor

This commit is contained in:
Fabian Affolter 2024-04-09 09:47:18 +02:00
parent 10e6667878
commit 6807b11d9d

View File

@ -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