f98138a Explicitly BuildRequire pytz for tests

Authored and Committed by churchyard a year ago
1 file changed. 5 lines added. 1 lines removed.
    Explicitly BuildRequire pytz for tests
    
    It has been brought transitively before by sphinx -> babel -> pytz.
    
        tests/unit/test_vendor.py:9: in <module>
            import pytz
        E   ModuleNotFoundError: No module named 'pytz'
    
        
file modified
+5 -1