commit: 0b204037d83d5ee3e7dc5d34a12e1aed8cea0d9c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 8 16:09:56 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 8 16:11:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b204037
dev-python/google-i18n-address: Add dev-python/requests dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...18n-address-3.1.0.ebuild => google-i18n-address-3.1.0-r1.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/google-i18n-address/google-i18n-address-3.1.0.ebuild
b/dev-python/google-i18n-address/google-i18n-address-3.1.0-r1.ebuild
similarity index 85%
rename from dev-python/google-i18n-address/google-i18n-address-3.1.0.ebuild
rename to dev-python/google-i18n-address/google-i18n-address-3.1.0-r1.ebuild
index f9705d4c84a9..daa9136ba145 100644
--- a/dev-python/google-i18n-address/google-i18n-address-3.1.0.ebuild
+++ b/dev-python/google-i18n-address/google-i18n-address-3.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,4 +23,8 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm64 ~x86"
+RDEPEND="
+ >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
+"
+
distutils_enable_tests pytest