python311Packages.flow-record: refactor

This commit is contained in:
Fabian Affolter 2024-05-08 00:54:02 +02:00
parent ad05b7bed3
commit 0676b7aea3
1 changed files with 2 additions and 4 deletions

View File

@ -9,7 +9,6 @@
, pythonOlder
, setuptools
, setuptools-scm
, wheel
, zstandard
}:
@ -27,13 +26,12 @@ buildPythonPackage rec {
hash = "sha256-j5N66p7feB9Ae+Fu5RhVzh8XCHiq55jJMg0Fe+C6Jvg=";
};
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
wheel
];
propagatedBuildInputs = [
dependencies = [
msgpack
];