mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
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)
This commit is contained in:
parent
e1f5b7d999
commit
176be2fdcf
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue