mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
python-augeas from PyPI
https://github.com/hercules-team/python-augeas/issues/2#issuecomment-64116945
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
M2Crypto==0.22.3
|
||||
python2-pythondialog
|
||||
jsonschema==2.4.0
|
||||
#python-augeas==0.5.0
|
||||
python-augeas==0.5.0
|
||||
requests==2.4.3
|
||||
https://github.com/giraldeau/python-augeas/archive/v0.5.0.zip
|
||||
|
||||
@@ -15,7 +15,7 @@ testing_extras = [
|
||||
'coverage',
|
||||
'nose',
|
||||
'pylint',
|
||||
'tox>=1.6',
|
||||
'tox',
|
||||
]
|
||||
|
||||
setup(
|
||||
@@ -30,10 +30,6 @@ setup(
|
||||
'letsencrypt.client',
|
||||
'letsencrypt.scripts',
|
||||
],
|
||||
dependency_links=[
|
||||
# http://augeas.net/download.html
|
||||
'https://fedorahosted.org/released/python-augeas/',
|
||||
],
|
||||
install_requires=install_requires,
|
||||
tests_require=install_requires,
|
||||
extras_require={
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
envlist = py26, py27, lint
|
||||
|
||||
[testenv]
|
||||
# install_command requires tox>=1.6
|
||||
install_command = pip install --process-dependency-links {opts} {packages}
|
||||
commands = nosetests
|
||||
deps =
|
||||
nose
|
||||
@@ -16,4 +14,4 @@ deps =
|
||||
[testenv:lint]
|
||||
commands = pylint letsencrypt
|
||||
deps =
|
||||
pylint
|
||||
pylint
|
||||
|
||||
Reference in New Issue
Block a user