commit: 666b98b795a7dc12bb8c52cbe7d73d1d0229dce9
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 13:49:18 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 14:01:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666b98b7
dev-python/itunespy: add misisng pycountry dependency
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-python/itunespy/{itunespy-1.6.ebuild => itunespy-1.6-r1.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/itunespy/itunespy-1.6.ebuild
b/dev-python/itunespy/itunespy-1.6-r1.ebuild
similarity index 87%
rename from dev-python/itunespy/itunespy-1.6.ebuild
rename to dev-python/itunespy/itunespy-1.6-r1.ebuild
index 922c1e48abf7..8992a4973c9a 100644
--- a/dev-python/itunespy/itunespy-1.6.ebuild
+++ b/dev-python/itunespy/itunespy-1.6-r1.ebuild
@@ -22,6 +22,9 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/pycountry[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+"
PATCHES=( "${FILESDIR}"/${P}-setup.cfg-description_file.patch )