dev-python/PySocks: Enable pypy3

This commit is contained in:
Michał Górny
2016-11-30 16:29:50 +01:00
parent 87bb2011a4
commit fbb687c1bd

View File

@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
inherit distutils-r1