97fa3d9 hard-code dependency on python3-lockfile

Authored and Committed by decathorpe 4 years ago
1 file changed. 7 lines added. 1 lines removed.
    hard-code dependency on python3-lockfile
    
    The dependency on python3dist(lockfile) is only optional in CacheControl,
    so it's only specified as a weak dependency there. But poetry uses this
    optional functionality, and hence hard-requires lockfile.
    
        
file modified
+7 -1