diff options
author | Andreas Enge <andreas@enge.fr> | 2023-02-19 20:47:01 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-02-19 20:53:33 +0100 |
commit | 8523d79ff5ea6577693e21577dbeab4e8f57481d (patch) | |
tree | 4bb49f460516e40b1178cf233be88923aa8bebd3 /gnu/packages/wxwidgets.scm | |
parent | 4eebb73295a8ffdaefcfb7940254ad9c18e4e5d4 (diff) | |
download | guix-8523d79ff5ea6577693e21577dbeab4e8f57481d.tar guix-8523d79ff5ea6577693e21577dbeab4e8f57481d.tar.gz |
gnu: python-attrdict: Replace by python-attrdict3.
* gnu/packages/python-xyz.scm (python-attrdict): Replace by...
(python-attrdict3): ...this.
* gnu/packages/wxwidgets.scm (python-wxpython)[native-inputs]: Swap
packages.
Diffstat (limited to 'gnu/packages/wxwidgets.scm')
-rw-r--r-- | gnu/packages/wxwidgets.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index 0183e07c31..0eaebc1068 100644 --- a/gnu/packages/wxwidgets.scm +++ b/gnu/packages/wxwidgets.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2022 Marius Bakke <marius@gnu.org> +;;; Copyright © 2023 Andreas Enge <andreas@enge.fr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -309,7 +310,7 @@ and many other languages.") (native-inputs (list pkg-config python-waf)) (propagated-inputs - (list python-attrdict python-numpy python-pillow python-six)) + (list python-attrdict3 python-numpy python-pillow python-six)) (home-page "https://wxpython.org/") (synopsis "Cross platform GUI toolkit for Python") (description "wxPython is a cross-platform GUI toolkit for the Python |