Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/euscan:docker-compose--wip--expect-force-pushes commit in: /
Date: Sun, 09 Feb 2020 23:16:48
Message-Id: 1581290191.6aba927414d7befa769ede3f60c6773041d6d4df.sping@gentoo
1 commit: 6aba927414d7befa769ede3f60c6773041d6d4df
2 Author: NP-Hardass <np.hardass <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 11 08:05:28 2017 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 23:16:31 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/euscan.git/commit/?id=6aba9274
7
8 setup.py: drop south, update minimum django version
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11
12 setup.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/setup.py b/setup.py
16 index fd9e6da..9a71420 100755
17 --- a/setup.py
18 +++ b/setup.py
19 @@ -91,7 +91,7 @@ setup(
20 # Command line utility
21 'BeautifulSoup>=3.2.1',
22 # Web interface
23 - 'Django>=1.4', 'django-annoying>=0.7.6', 'South>=0.7',
24 + 'Django>=1.7', 'django-annoying>=0.7.6',
25 'django-piston>=0.2.3', 'matplotlib>=1.1.0',
26 'django-celery>=3.0.1', 'django-registration>=0.8',
27 'python-ldap>=2.4.10', 'django-auth-ldap>=1.1',