summaryrefslogtreecommitdiff
path: root/textproc/py-pikepdf/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-pikepdf/files/patch-setup.py')
-rw-r--r--textproc/py-pikepdf/files/patch-setup.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/textproc/py-pikepdf/files/patch-setup.py b/textproc/py-pikepdf/files/patch-setup.py
deleted file mode 100644
index 7e388941d8e8..000000000000
--- a/textproc/py-pikepdf/files/patch-setup.py
+++ /dev/null
@@ -1,16 +0,0 @@
-Relax build requirements as devel/py-setuptools in the Ports tree is still
-at release 44.0 due Python 2.7.
-
---- setup.py.orig 2021-01-27 00:16:08 UTC
-+++ setup.py
-@@ -88,8 +88,8 @@ if __name__ == '__main__':
- 'Pillow >= 6', # only needed for manipulating images
- ],
- setup_requires=[
-- 'setuptools >= 50',
-- 'wheel >= 0.35',
-+ 'setuptools',
-+ 'wheel',
- 'setuptools_scm[toml] >= 4.1',
- 'setuptools_scm_git_archive',
- 'pybind11 >= 2.6.0, <3',