ports/devel/py-pytest-azurepipelines/files/patch-setup.py
Po-Chuan Hsieh ac056c74dc
devel/py-pytest-azurepipelines: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 21:59:41 +08:00

11 lines
480 B
Python

--- setup.py.orig 2023-10-06 08:01:07 UTC
+++ setup.py
@@ -34,7 +34,7 @@ setup(
long_description=read('README.rst'),
py_modules=['pytest_azurepipelines'],
python_requires='>=3.5',
- data_files=[('resources', ['resources/style.css'])],
+ package_data={'resources': ['resources/style.css']},
install_requires=['importlib-resources', 'pytest>=5.0.0', 'pytest-nunit>=1.0.0,<2.0.0'],
classifiers=[
'Development Status :: 5 - Production/Stable',