]> git.pld-linux.org Git - packages/subdownloader.git/blob - egginfo.patch
73565b723729d3a5410935bcaf3b915360732b64
[packages/subdownloader.git] / egginfo.patch
1 --- subdownloader-2.1.0/setup.py~       2018-02-09 22:29:43.000000000 +0200
2 +++ subdownloader-2.1.0/setup.py        2018-02-13 00:13:26.097980981 +0200
3 @@ -19,7 +19,6 @@
4      return open(os.path.join(project_path, filename)).read()
5  
6  install_requires = [
7 -    "argparse >= 1.3.0",
8      "argcomplete >= 1.7.0",
9      "langdetect >= 1.0.7",
10      "pymediainfo >= 2.1.6",
11 @@ -30,12 +29,6 @@
12      "docutils >= 0.14",
13  ]
14  
15 -# Workaround since python 2 has no PyQt5 release
16 -if sys.version_info.major > 2:
17 -    install_requires.extend([
18 -        "PyQt5 >= 5.0.0",
19 -    ])
20 -
21  setup(
22      name=subdownloader.project.PROJECT_TITLE,
23      version=subdownloader.project.PROJECT_VERSION_FULL_STR,
This page took 0.068748 seconds and 2 git commands to generate.