1e199ca Make code in $PWD importable from %pyproject_buildrequires

2 files Authored by churchyard 3 years ago, Committed by churchyard 3 years ago,
    Make code in $PWD importable from %pyproject_buildrequires
    
    In %pyproject_buildrequires, don't run python with -I but -s.
    
    This allows projects used by the script itself, such as packaging or toml,
    to be packaged using the macros, using "self" -- i.e. the code from $PWD.
    
        
file modified
+1 -1
file modified
+4 -1