Merge "Bump hacking to 0.9.x series"

This commit is contained in:
Jenkins 2014-12-05 04:02:28 +00:00 committed by Gerrit Code Review
commit 39cae68129
3 changed files with 3 additions and 15 deletions

View File

@ -1,13 +0,0 @@
# Copyright (c) 2012 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.

View File

@ -55,7 +55,6 @@ import datetime
import functools
import hashlib
import os
import pkginfo
import re
import shlex
import shutil
@ -63,6 +62,8 @@ import subprocess
import sys
import tempfile
import urllib
import pkginfo
import yaml

View File

@ -1 +1 @@
hacking>=0.5.6,<0.8
hacking>=0.9.2,<0.10