python311Packages.peaqevcore: refactor

This commit is contained in:
Fabian Affolter
2024-04-03 09:50:28 +02:00
committed by GitHub
parent 4bbc313c57
commit efd4519818
@@ -21,7 +21,7 @@ buildPythonPackage rec {
sed -i "/extras_require/d" setup.py
'';
nativeBuildInputs = [
build-system = [
setuptools
];