17
0
Files
python-django-json-widget/remove-future-requirement.patch
Steve Kowalik b1feedea23 - Switch to pyproject and autosetup macros.
- Add patch remove-future-requirement.patch, drop future, we do not need
  it.
- Stop using greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-json-widget?expand=0&rev=14
2023-09-05 04:10:04 +00:00

14 lines
456 B
Diff

Index: django-json-widget-1.1.1/setup.py
===================================================================
--- django-json-widget-1.1.1.orig/setup.py
+++ django-json-widget-1.1.1/setup.py
@@ -56,7 +56,7 @@ setup(
'django_json_widget',
],
include_package_data=True,
- install_requires=['future'], # Only required for Django < 3.1
+ install_requires=[],
license="MIT",
zip_safe=False,
keywords='django-json-widget',