From 176be2fdcf4dce9c031ab7cbc5c985c7d0d9fc92 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Thu, 23 Nov 2017 12:51:54 +0100 Subject: [PATCH] Update setup.cfg (#446) not all build systems running `python setup.py bdist_rpm` will generate a setup.cfg if one is already present so we need to repeat the dependencies from setup.py in setup.cfg's bdist_rpm section if we want to create correct dependencies in the rpm's generated. (django appconf 0.6 is called python-django-appconf in redhat/centos/fedora) --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index c19b0fd..742ede8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,3 +22,6 @@ skip = manage.py,docs,.tox,env known_first_party = django_select2, tests known_third_party = django combine_as_imports = true + +[bdist_rpm] +requires = python-django-appconf >= 0.6