diff --git a/python-Django.changes b/python-Django.changes index 899b152..3f25f75 100644 --- a/python-Django.changes +++ b/python-Django.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 10 05:36:21 UTC 2015 - tbechtold@suse.com + +- add missing Requires for python-setuptools (bsc#952198) + /usr/bin/django-admin needs the pkg_resources framework from + python-setuptools to run properly. + ------------------------------------------------------------------- Sun Sep 20 07:51:27 UTC 2015 - tbechtold@suse.com diff --git a/python-Django.spec b/python-Django.spec index 23a6789..ead326b 100644 --- a/python-Django.spec +++ b/python-Django.spec @@ -31,6 +31,7 @@ BuildRequires: fdupes BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-Pillow +Requires: python-setuptools Requires: python-xml Requires(post): update-alternatives Requires(postun): update-alternatives