python310Packages.llfuse: don't depend on contextlib2
This commit is contained in:
parent
d589f54cde
commit
caa3af9fc9
@ -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'"
|
||||
|
Loading…
Reference in New Issue
Block a user