diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-07 03:01:17 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-07 03:01:17 +0200 |
commit | 87e83e0eb900b0c2071b81f8455c0eda7f5d4252 (patch) | |
tree | 3ac306895f22a5c933a334cdd15523d94ab8f0c9 /app-crypt/acme/acme-9999.ebuild | |
parent | app-crypt/acme: Version bump to 0.14.0 (diff) | |
download | gentoo-87e83e0eb900b0c2071b81f8455c0eda7f5d4252.tar.gz gentoo-87e83e0eb900b0c2071b81f8455c0eda7f5d4252.tar.bz2 gentoo-87e83e0eb900b0c2071b81f8455c0eda7f5d4252.zip |
app-crypt/acme: Sync live
Package-Manager: Portage-2.3.5, Repoman-2.3.1
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 } |