aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/graphite-web/update-django-tagging.patch
blob: 9774f7e70a7fc70430b2539967b8d3bdddef2654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index a1a21f1..f0d1051 100644
--- a/setup.py
+++ b/setup.py
@@ -117,7 +117,7 @@ try:
         ['templates/*', 'local_settings.py.example']},
       scripts=glob('bin/*'),
       data_files=list(webapp_content.items()) + storage_dirs + conf_files + examples,
-      install_requires=['Django>=1.8,<3.1', 'django-tagging==0.4.3', 'pytz',
+      install_requires=['Django>=1.8,<3.1', 'django-tagging==0.5.0', 'pytz',
                         'pyparsing', 'cairocffi', 'urllib3', 'scandir', 'six'],
       classifiers=[
           'Intended Audience :: Developers',