diff --git a/0003_adding_data_files_to_setup_cfg.patch b/0003_adding_data_files_to_setup_cfg.patch index ca250a2..f8d046c 100644 --- a/0003_adding_data_files_to_setup_cfg.patch +++ b/0003_adding_data_files_to_setup_cfg.patch @@ -1,6 +1,6 @@ diff -Naur molecule-4.0.2.orig/setup.cfg molecule-4.0.2/setup.cfg --- molecule-4.0.2.orig/setup.cfg 2022-10-18 00:44:50.354131472 +0100 -+++ molecule-4.0.2/setup.cfg 2022-10-24 11:53:13.488621309 +0100 ++++ molecule-4.0.2/setup.cfg 2022-10-24 13:28:25.612951591 +0100 @@ -56,6 +56,12 @@ include_package_data = True zip_safe = False @@ -14,3 +14,12 @@ diff -Naur molecule-4.0.2.orig/setup.cfg molecule-4.0.2/setup.cfg # These are required in actual runtime: install_requires = ansible-compat >= 2.2.0 +@@ -100,6 +106,8 @@ + pytest-testinfra >= 6.1.0 + pytest-xdist >= 2.1.0 + pytest >= 6.1.2 ++ cookiecutter >= 1.7.3 ++ click-help-colors >= 0.9 + lint = + check-jsonschema >= 0.18.3 + flake8 >= 3.8.4