From bdb5020fde6fdb96317f5d859adb7dd346b9b3a7f48eb78b33ca553b14261f79 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 11 Nov 2015 09:31:32 +0000 Subject: [PATCH] Accepting request 343323 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/343323 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=19 --- python-Django.changes | 7 +++++++ python-Django.spec | 1 + 2 files changed, 8 insertions(+) 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