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;
build-system = [
pythonRelaxDepsHook
setuptools
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
dependencies = [
asgiref
certifi