add python-django/Django to requirements

This commit is contained in:
Matthias Runge 2012-09-24 13:15:09 +02:00
commit c1f9a5544d

View file

@ -2,7 +2,7 @@
Name: python-django-compressor
Version: 1.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Compresses linked and inline JavaScript or CSS into single cached files
License: MIT
@ -16,6 +16,12 @@ BuildRequires: python-setuptools
Requires: python-django-appconf >= 0.4
Requires: python-versiontools
%if 0%{?rhel}<7 || 0%{?fedora} < 18
Requires: Django
%else
Requires: python-django
%endif
%description
Django Compressor combines and compresses linked and inline Javascript
or CSS in a Django templates into cacheable static files by using the
@ -53,6 +59,9 @@ done
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog
* Mon Sep 24 2012 Matthias Runge <mrunge@redhat.com> - 1.2-3
- add requirement Django/python-django
* Fri Sep 14 2012 Matthias Runge <mrunge@redhat.com> - 1.2-2
- add requirement python-versiontools