dev-python/nbformat: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 2 Dec 2019 09:01:52 +0000 (10:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 4 Dec 2019 17:12:30 +0000 (18:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/nbformat/nbformat-4.4.0.ebuild

index 96603f92050b9f7ac9ef8f49093f194e4110a4b7..6f5194b24844e17e65e1a6ff711fb5481ea3aa24 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 PYTHON_REQ_USE='sqlite'
 
 inherit distutils-r1