mockito: fix repoman issues

This commit is contained in:
Guido Kroon 2020-06-20 22:50:00 +02:00
parent 8ea2432d95
commit 1ed8468967
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
2 changed files with 11 additions and 4 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
</pkgmetadata>

View file

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v3.0
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7} )
@ -16,7 +16,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
$(python_gen_cond_dep 'virtual/python-funcsigs[${PYTHON_USEDEP}]' python2_7 )"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"