[python-docker-py] fix bug 1048667

Lokesh Mandvekar lsm5 at fedoraproject.org
Fri Feb 7 15:18:18 UTC 2014


commit 548e522bfd27d206ec58cdc9ebc46847adc8d5de
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Fri Feb 7 10:18:51 2014 -0500

    fix bug 1048667
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at redhat.com>

 python-docker-py.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-docker-py.spec b/python-docker-py.spec
index 55e1193..9010194 100644
--- a/python-docker-py.spec
+++ b/python-docker-py.spec
@@ -1,6 +1,6 @@
 Name:           python-docker-py
 Version:        0.2.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        An API client for docker written in Python
 License:        ASL 2.0
 URL:            http://www.docker.io
@@ -16,7 +16,6 @@ BuildRequires:  python-mock
 BuildRequires:  python-requests
 BuildRequires:  python-websocket-client
 BuildRequires:  docker-io
-Requires:       python-mock
 Requires:       python-requests
 Requires:       python-websocket-client
 Requires:       docker-io
@@ -43,6 +42,9 @@ Requires:       docker-io
 %{python_sitelib}/docker_py-%{version}-py2*.egg-info/*
 
 %changelog
+* Fri Feb 07 2014 Lokesh Mandvekar <lsm5 at redhat.com> 0.2.3-6
+- doesn't need python-mock at runtime
+
 * Thu Jan 09 2014 Lokesh Mandvekar <lsm5 at redhat.com> 0.2.3-5
 - python3 to be added after python3-websocket-client (BZ 1049424)
 


More information about the scm-commits mailing list