diff options
Diffstat (limited to 'app-crypt/acme/acme-9999.ebuild')
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 69472741cfca..bf3eed8aaa75 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 } |