Update after bug:1515255
[openstack-build/django_openstack_auth-build.git] / centos7 / rpm / SOURCES / 0001-remove-runtime-dep-to-python-pbr.patch
1 From d9300351c36460e062f7b015c5aed06ecf4326c4 Mon Sep 17 00:00:00 2001
2 From: Alan Pevec <apevec@redhat.com>
3 Date: Wed, 7 May 2014 15:47:49 +0200
4 Subject: [PATCH] remove runtime dep to python-pbr
5
6 ---
7  openstack_auth/__init__.py | 5 +----
8  1 file changed, 1 insertion(+), 4 deletions(-)
9
10 diff --git a/openstack_auth/__init__.py b/openstack_auth/__init__.py
11 index 67e4860..3995377 100644
12 --- a/openstack_auth/__init__.py
13 +++ b/openstack_auth/__init__.py
14 @@ -11,7 +11,4 @@
15  # See the License for the specific language governing permissions and
16  # limitations under the License.
17  
18 -import pbr.version
19 -
20 -
21 -__version__ = pbr.version.VersionInfo('django_openstack_auth').version_string()
22 +__version__ = "RPMVERSION"