python311Packages.jaraco-abode: fix compat with jacaro.functools
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
, bx-py-utils
|
||||
, colorlog
|
||||
, fetchFromGitHub
|
||||
, fetchPypi
|
||||
, importlib-resources
|
||||
, jaraco-classes
|
||||
, jaraco-collections
|
||||
@@ -40,6 +39,10 @@ buildPythonPackage rec {
|
||||
postPatch = ''
|
||||
# https://github.com/jaraco/jaraco.abode/issues/19
|
||||
echo "graft jaraco" > MANIFEST.in
|
||||
|
||||
# https://github.com/jaraco/jaraco.abode/commit/9e3e789efc96cddcaa15f920686bbeb79a7469e0
|
||||
substituteInPlace jaraco/abode/helpers/timeline.py \
|
||||
--replace "call_aside" "invoke"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user