From 0d30b2315fe2847b79f98b948f0cd5abd711df04 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 9 Jun 2020 14:50:41 +0200 Subject: [PATCH] dev-python/fake-useragent: add py3_7 not all deps have py3_8 yet so cant add that :( (Looking at you ipython) Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- dev-python/fake-useragent/fake-useragent-0.1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild b/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild index 1c81a42aad..77833d6575 100644 --- a/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild +++ b/dev-python/fake-useragent/fake-useragent-0.1.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1