commit: 0d30b2315fe2847b79f98b948f0cd5abd711df04
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun 9 12:50:41 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun 9 12:50:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d30b231
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 <andrewammerlaan <AT> riseup.net>
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 1c81a42..77833d6 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