b4fd1c2 Only require toml for projects with pyproject.toml

Authored and Committed by churchyard 3 years ago
    Only require toml for projects with pyproject.toml
    
    Pros:
    
     - projects without pyproject.toml will have 1 less dependency
     - toml will be buildable with pyproject-rpm-macros out of the box
     - easier bootstrap sequence (in theory)
    
    Cons:
    
     - projects with pyproject.toml will have 1 more %generate_buildrequires round
    
        
file modified
+0 -1
file modified
+1 -0
file modified
+4 -1