diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-04-15 21:31:36 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-04-15 21:31:36 +0200 |
commit | 67470089a99c568b4e078688088f4d4f2f28c1f0 (patch) | |
tree | 906c7a01e51da36e32c068920c18f2d3cf853dfd /app-crypt | |
parent | app-crypt/acme: Version bump to 0.13.0 (diff) | |
download | gentoo-67470089a99c568b4e078688088f4d4f2f28c1f0.tar.gz gentoo-67470089a99c568b4e078688088f4d4f2f28c1f0.tar.bz2 gentoo-67470089a99c568b4e078688088f4d4f2f28c1f0.zip |
app-crypt/acme: Sync live
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 469f2ebb3d1a..ce2e17f3d795 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -28,11 +28,16 @@ RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] dev-python/pyrfc3339[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - >=dev-python/requests-2.4.1[${PYTHON_USEDEP}] + >=dev-python/requests-2.10[${PYTHON_USEDEP}] dev-python/six[${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 } |