diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:36:35 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:34 -0400 |
commit | aae86d4ddc342bc5950607e000e5f78d314606e5 (patch) | |
tree | 330d69f469f88f4322654186f644d2cef0f45394 /gnu | |
parent | 48e18ab4aaea80bebaa5a6c014abbda7439733f6 (diff) |
gnu: Remove python2-pypdf2.
* gnu/packages/pdf.scm (python2-pypdf2): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/pdf.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index e2aa13526f..baafafcf4a 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -1240,9 +1240,6 @@ manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs.") (license license:bsd-3))) -(define-public python2-pypdf2 - (package-with-python2 python-pypdf2)) - (define-public python2-pypdf (package (name "python2-pypdf") |