diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:49:25 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:39 -0400 |
commit | 787e582c47f4de3bb8dea14a2041c272d8240d0f (patch) | |
tree | a5848c4296ae299e18180a901b6647c7d30c4a18 /gnu | |
parent | 5bd5443ededb922cbbd74e3b271770ca4ddc6bf5 (diff) | |
download | guix-787e582c47f4de3bb8dea14a2041c272d8240d0f.tar.gz |
gnu: Remove python2-translate-toolkit.
* gnu/packages/python-xyz.scm (python2-translate-toolkit): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6a796b92ad..dba156eaa8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19605,18 +19605,6 @@ while only declaring the test-specific fields.") several utilities, as well as an API for building localization tools.") (license license:gpl2+))) -;; Required for virtaal, newer versions do not build with python2 -(define-public python2-translate-toolkit - (package-with-python2 - (package - (inherit python-translate-toolkit) - (version "2.1.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "translate-toolkit" version ".tar.bz2")) - (sha256 - (base32 "1vlkwrg83vb17jc36pmwh2b7jphwf390lz0jw8hakcg16qhwypvq"))))))) (define-public python-packaging (package/inherit python-packaging-bootstrap |