Browse Source

Prefix the required RPM packages with "python-".

This is to prevent name conflicts within the RPM namespace.
Vincent Driessen 15 years ago
parent
commit
26d22bf4c0
1 changed files with 8 additions and 8 deletions
  1. 8 8
      setup.cfg

+ 8 - 8
setup.cfg

@@ -7,12 +7,12 @@ all_files = 1
 upload-dir = docs/.build/html
 
 [bdist_rpm]
-requires = uuid
-           importlib
-           multiprocessing==2.6.2.1
-           django
+requires = python-uuid
+           python-importlib
+           python-multiprocessing==2.6.2.1
+           python-django
            python-dateutil
-           anyjson
-           carrot>=0.10.4
-           django-picklefield
-           billiard>=0.3.0
+           python-anyjson
+           python-carrot>=0.10.4
+           python-django-picklefield
+           python-billiard>=0.3.0