python310Packages.llfuse: don't depend on contextlib2

This commit is contained in:
Robert Schütz 2023-02-04 23:24:47 -08:00
parent d589f54cde
commit caa3af9fc9

View File

@ -3,7 +3,6 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, contextlib2
, cython
, fuse
, pkg-config
@ -29,8 +28,6 @@ buildPythonPackage rec {
buildInputs = [ fuse ];
propagatedBuildInputs = [ contextlib2 ];
preConfigure = ''
substituteInPlace setup.py \
--replace "'pkg-config'" "'${stdenv.cc.targetPrefix}pkg-config'"