Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/easy-thumbnails/
Date: Tue, 14 Sep 2021 05:20:31
Message-Id: 1631596808.46bd469c4af1fbdbb55d625ad943bc78d7ab1eee.arthurzam@gentoo
1 commit: 46bd469c4af1fbdbb55d625ad943bc78d7ab1eee
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 14 05:18:29 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 05:20:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bd469c
7
8 dev-python/easy-thumbnails: fix deps
9
10 Closes: https://bugs.gentoo.org/737920
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/easy-thumbnails/easy-thumbnails-2.7.1.ebuild | 4 ++--
14 dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.7.1.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.7.1.ebuild
18 index 0e816cf3c9e..609b2d2f080 100644
19 --- a/dev-python/easy-thumbnails/easy-thumbnails-2.7.1.ebuild
20 +++ b/dev-python/easy-thumbnails/easy-thumbnails-2.7.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )"
28
29 RDEPEND="
30 >=dev-python/django-1.11[${PYTHON_USEDEP}]
31 - dev-python/pygments[${PYTHON_USEDEP}]
32 + dev-python/pillow[${PYTHON_USEDEP}]
33 "
34 BDEPEND="
35 test? (
36
37 diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild
38 index 23664fe6fca..50646f686ff 100644
39 --- a/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild
40 +++ b/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )"
48
49 RDEPEND="
50 >=dev-python/django-1.11[${PYTHON_USEDEP}]
51 - dev-python/pygments[${PYTHON_USEDEP}]
52 + dev-python/pillow[${PYTHON_USEDEP}]
53 "
54 BDEPEND="
55 test? (