diff options
Diffstat (limited to 'devel/py-dj42-django-rq/files/patch-setup.py')
-rw-r--r-- | devel/py-dj42-django-rq/files/patch-setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/py-dj42-django-rq/files/patch-setup.py b/devel/py-dj42-django-rq/files/patch-setup.py deleted file mode 100644 index 5bd6a2c86bb0..000000000000 --- a/devel/py-dj42-django-rq/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2023-11-26 11:33:45 UTC -+++ setup.py -@@ -14,7 +14,7 @@ setup( - zip_safe=False, - include_package_data=True, - package_data={'': ['README.rst']}, -- install_requires=['django>=3.2', 'rq>=1.14', 'redis>=3'], -+ install_requires=['django>=3.2', 'rq>=1.11', 'redis>=3'], - extras_require={ - 'Sentry': ['raven>=6.1.0'], - 'testing': ['mock>=2.0.0'], |