From d9300351c36460e062f7b015c5aed06ecf4326c4 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Wed, 7 May 2014 15:47:49 +0200 Subject: [PATCH] remove runtime dep to python-pbr --- openstack_auth/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openstack_auth/__init__.py b/openstack_auth/__init__.py index 67e4860..3995377 100644 --- a/openstack_auth/__init__.py +++ b/openstack_auth/__init__.py @@ -11,7 +11,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -import pbr.version - - -__version__ = pbr.version.VersionInfo('django_openstack_auth').version_string() +__version__ = "RPMVERSION"