Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/glance/
Date: Wed, 30 Sep 2020 17:30:10
Message-Id: 1601486944.922588f677796766925cc26f9e2a5cf7c6231769.prometheanfire@gentoo
1 commit: 922588f677796766925cc26f9e2a5cf7c6231769
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 17:27:02 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 17:29:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922588f6
7
8 app-admin/glance: add DISTUTILS_USE_SETUPTOOLS=bdepend
9
10 Closes: https://bugs.gentoo.org/745732
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-admin/glance/glance-20.0.0.ebuild | 5 ++---
15 app-admin/glance/glance-20.0.1.ebuild | 5 ++---
16 app-admin/glance/glance-2020.1.9999.ebuild | 5 ++---
17 3 files changed, 6 insertions(+), 9 deletions(-)
18
19 diff --git a/app-admin/glance/glance-20.0.0.ebuild b/app-admin/glance/glance-20.0.0.ebuild
20 index 8bf9f4279c0..b97b5cefe72 100644
21 --- a/app-admin/glance/glance-20.0.0.ebuild
22 +++ b/app-admin/glance/glance-20.0.0.ebuild
23 @@ -4,6 +4,7 @@
24 EAPI=7
25
26 PYTHON_COMPAT=( python3_7 )
27 +DISTUTILS_USE_SETUPTOOLS=bdepend
28 inherit distutils-r1
29
30 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
31 @@ -25,9 +26,7 @@ REQUIRED_USE="|| ( mysql postgres sqlite )"
32
33 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
34 !~dev-python/pbr-2.1.0"
35 -DEPEND="
36 - dev-python/setuptools[${PYTHON_USEDEP}]
37 - ${CDEPEND}"
38 +DEPEND="${CDEPEND}"
39
40 #note to self, wsgiref is a python builtin, no need to package it
41 #>=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]
42
43 diff --git a/app-admin/glance/glance-20.0.1.ebuild b/app-admin/glance/glance-20.0.1.ebuild
44 index 8bf9f4279c0..b97b5cefe72 100644
45 --- a/app-admin/glance/glance-20.0.1.ebuild
46 +++ b/app-admin/glance/glance-20.0.1.ebuild
47 @@ -4,6 +4,7 @@
48 EAPI=7
49
50 PYTHON_COMPAT=( python3_7 )
51 +DISTUTILS_USE_SETUPTOOLS=bdepend
52 inherit distutils-r1
53
54 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
55 @@ -25,9 +26,7 @@ REQUIRED_USE="|| ( mysql postgres sqlite )"
56
57 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
58 !~dev-python/pbr-2.1.0"
59 -DEPEND="
60 - dev-python/setuptools[${PYTHON_USEDEP}]
61 - ${CDEPEND}"
62 +DEPEND="${CDEPEND}"
63
64 #note to self, wsgiref is a python builtin, no need to package it
65 #>=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]
66
67 diff --git a/app-admin/glance/glance-2020.1.9999.ebuild b/app-admin/glance/glance-2020.1.9999.ebuild
68 index 3136ae3593d..779d30ba55d 100644
69 --- a/app-admin/glance/glance-2020.1.9999.ebuild
70 +++ b/app-admin/glance/glance-2020.1.9999.ebuild
71 @@ -4,6 +4,7 @@
72 EAPI=7
73
74 PYTHON_COMPAT=( python3_7 )
75 +DISTUTILS_USE_SETUPTOOLS=bdepend
76 inherit distutils-r1
77
78 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
79 @@ -25,9 +26,7 @@ REQUIRED_USE="|| ( mysql postgres sqlite )"
80
81 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
82 !~dev-python/pbr-2.1.0"
83 -DEPEND="
84 - dev-python/setuptools[${PYTHON_USEDEP}]
85 - ${CDEPEND}"
86 +DEPEND="${CDEPEND}"
87
88 #note to self, wsgiref is a python builtin, no need to package it
89 #>=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]