diff --git a/python-pytools.changes b/python-pytools.changes index 8a66ffb..abfe36d 100644 --- a/python-pytools.changes +++ b/python-pytools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:12:52 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Thu May 2 10:41:40 UTC 2013 - speilicke@suse.com diff --git a/python-pytools.spec b/python-pytools.spec index 5dd3189..1e768cf 100644 --- a/python-pytools.spec +++ b/python-pytools.spec @@ -13,18 +13,19 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-pytools Version: 2012.1 Release: 0 -License: MIT Summary: A collection of tools for Python -Url: http://pypi.python.org/pypi/pytools +License: MIT Group: Development/Languages/Python +Url: http://pypi.python.org/pypi/pytools Source: http://pypi.python.org/packages/source/p/pytools/pytools-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools # Test requirements: BuildRequires: python-decorator Requires: python-decorator