Merge pull request #1255 from kuba/random-fixes

Random fixes
This commit is contained in:
bmw
2015-10-31 17:53:14 -07:00
7 changed files with 8 additions and 4 deletions
-1
View File
@@ -39,7 +39,6 @@ addons:
mariadb: "10.0" mariadb: "10.0"
apt: apt:
packages: # keep in sync with bootstrap/ubuntu.sh and Boulder packages: # keep in sync with bootstrap/ubuntu.sh and Boulder
- lsb-release
- python - python
- python-dev - python-dev
- python-virtualenv - python-virtualenv
+1
View File
@@ -58,6 +58,7 @@ setup(
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
+1
View File
@@ -41,6 +41,7 @@ setup(
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP',
'Topic :: Security', 'Topic :: Security',
+1
View File
@@ -38,6 +38,7 @@ setup(
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP',
'Topic :: Security', 'Topic :: Security',
+1
View File
@@ -41,6 +41,7 @@ setup(
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP',
'Topic :: Security', 'Topic :: Security',
+1
View File
@@ -34,6 +34,7 @@ setup(
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP',
'Topic :: Security', 'Topic :: Security',
+3 -3
View File
@@ -2,9 +2,9 @@
# #
# Find all Python imports. # Find all Python imports.
# #
# ./deps.sh letsencrypt # ./tools/deps.sh letsencrypt
# ./deps.sh acme # ./tools/deps.sh acme
# ./deps.sh letsencrypt-apache # ./tools/deps.sh letsencrypt-apache
# ... # ...
# #
# Manually compare the output with deps in setup.py. # Manually compare the output with deps in setup.py.