opnsense-ports/print/py-pypdf3/files/patch-setup.py
Franco Fichtner 85a073a62c */*: sync with upstream
Taken from: FreeBSD
2024-05-14 14:28:57 +02:00

11 lines
327 B
Python

--- setup.py.orig 2022-02-03 16:27:04 UTC
+++ setup.py
@@ -30,7 +30,7 @@ setup(
raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE))
setup(
- name="PyPDF3",
+ name="pypdf3",
version=verstr,
install_requires=['tqdm'],
description="Pure Python PDF toolkit",