python312Packages.axis: refactor

This commit is contained in:
Fabian Affolter 2024-03-22 11:21:42 +01:00 committed by GitHub
parent 128d516d8e
commit fc7c9ffcfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,11 +31,11 @@ buildPythonPackage rec {
--replace-fail "wheel==0.40.0" "wheel"
'';
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
async-timeout
attrs
httpx