diff options
Diffstat (limited to 'community/py-eyed3/no-pathlib.patch')
-rw-r--r-- | community/py-eyed3/no-pathlib.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/community/py-eyed3/no-pathlib.patch b/community/py-eyed3/no-pathlib.patch new file mode 100644 index 0000000000..756c052e54 --- /dev/null +++ b/community/py-eyed3/no-pathlib.patch @@ -0,0 +1,17 @@ +--- a/requirements/requirements.yml ++++ b/requirements/requirements.yml +@@ -1,6 +1,5 @@ + main: + - six +- - pathlib # Remove with python 2.7 and 3.3 + - python-magic + + extra_display-plugin: +@@ -18,7 +17,6 @@ + - factory-boy + + test_py33: +- - pathlib + - mock + + dev: |