From fae2a5bb8f4f544a5e040d918022241124bb4754 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 25 Dec 2025 00:44:37 +0100 Subject: gnu: python-daemon: Replace python-lockfile by python-filelock. * gnu/packages/python-xyz.scm (python-daemon)[propagated-inputs]: Replace python-lockfile by python-filelock. * gnu/packages/patches/python-daemon-relax-lockfile.patch: New file * gnu/local.mk (dist_patch_DATA): Register patch. Change-Id: Ia12b754065a71b612b0fe626b18e2edc9d158ae7 Signed-off-by: Sharlatan Hellseher Signed-off-by: Rutherther --- gnu/packages/python-xyz.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cacc0fef7e3..c25752b0706 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9011,7 +9011,9 @@ logging and tracing of the execution.") (commit (string-append "release/" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rfchh68pxg68s02idc0qcm2s9yn587hv0b83r4isy5ccb3g60y4")))) + (base32 "0rfchh68pxg68s02idc0qcm2s9yn587hv0b83r4isy5ccb3g60y4")) + (patches + (search-patches "python-daemon-relax-lockfile.patch")))) (build-system pyproject-build-system) (arguments (list @@ -9028,7 +9030,7 @@ logging and tracing of the execution.") '("setup.py" "test/test_util_metadata.py" "test/test_setup.py"))))))) - (propagated-inputs (list python-lockfile)) + (propagated-inputs (list python-filelock)) (native-inputs (list python-testscenarios python-setuptools)) (home-page "https://pagure.io/python-daemon/") (synopsis "Python library for making a Unix daemon process") -- cgit v1.3