diff mbox series

[bug#63429,3/4] gnu: Delete duplicated use-module from (gnu package python-xyz).

Message ID b7214f038aca1a1cf33e10b96e18370622649ff6.1683756318.git.sharlatanus@gmail.com
State New
Headers show
Series : gnu: python-can: Update to 4.2.0, fix build. | expand

Commit Message

Sharlatan Hellseher May 10, 2023, 10:12 p.m. UTC
* gnu/packages/python-xyz.scm: Delete duplicated (gnu packages serialization).
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c22a1aad77..394aeb8d7f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -259,7 +259,6 @@  (define-module (gnu packages python-xyz)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages tcl)
   #:use-module (gnu packages bdw-gc)
-  #:use-module (gnu packages serialization)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix git-download)