commit: 87e83e0eb900b0c2071b81f8455c0eda7f5d4252
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun May 7 01:01:17 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun May 7 01:01:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e83e0e
app-crypt/acme: Sync live
Package-Manager: Portage-2.3.5, Repoman-2.3.1
app-crypt/acme/acme-9999.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
index 69472741cfc..bf3eed8aaa7 100644
--- a/app-crypt/acme/acme-9999.ebuild
+++ b/app-crypt/acme/acme-9999.ebuild
@@ -33,11 +33,6 @@ RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
>=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
-python_prepare_all() {
- sed -i -e "/'argparse',/d" setup.py || die
- distutils-r1_python_prepare_all
-}
-
python_test() {
nosetests -w ${PN} || die
}