[dev-python/authres] fix copy pasta error

This commit is contained in:
Robert Förster 2019-03-22 02:47:28 +01:00
parent ff08ad9ce6
commit 7de702c313
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
"${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \