summaryrefslogtreecommitdiff
path: root/textproc/py-bistring/files/patch-setup.py
blob: 3cada39fcb6b82b71f746b3761fd6d9d13bc80a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2022-03-14 19:32:46 UTC
+++ setup.py
@@ -43,7 +43,6 @@ setup(
     test_suite='tests',
     python_requires='>=3.7',
     setup_requires=[
-        'pytest-runner',
     ],
     install_requires=[
         'pyicu',