Warning, /graphics/krita/3rdparty/ext_pyqt/macOS-remove-install_requires.patch is written in an unsupported language. File is not indexed.

0001 diff --git a/setup.py b/setup.py
0002 index 66dcfd9..d8a6e9c 100644
0003 --- a/setup.py
0004 +++ b/setup.py
0005 @@ -49,7 +49,6 @@ setup(
0006          version=version,
0007          license='SIP',
0008          python_requires='>=3.5',
0009 -        install_requires=['packaging', 'sip >=5.5, <7'],
0010          packages=find_packages(),
0011          package_data={
0012              'pyqtbuild.bundle': ['dlls/*/*', 'qt_wheel_distinfo/*'],