summaryrefslogtreecommitdiff
path: root/devel/py-watermark/files/patch-setup.py
blob: 583a07059e6d82614cec56ca0a55b7eb43acf479 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2020-11-24 04:17:25 UTC
+++ setup.py
@@ -23,7 +23,7 @@ setup(
     packages=find_packages(exclude=[]),
     install_requires=[
         "ipython",
-        'importlib-metadata < 3.0 ; python_version < "3.8"',
+        'importlib-metadata; python_version < "3.8"',
     ],
     long_description=dedent(
         """\