]> git.pld-linux.org Git - packages/python3-astroid.git/blobdiff - python3-astroid-deps.patch
- fix python_requires (broke distlib: '.*' not allowed for '>=' constraints); release 2
[packages/python3-astroid.git] / python3-astroid-deps.patch
index 1e58fa8e5def6f9f2e6a722d365e2df9222c9c3e..3c9374337976a6a4c0f16087fee5921690e062da 100644 (file)
  ]
  
  # pylint: disable=redefined-builtin; why license is a builtin anyway?
+--- astroid-2.3.3/setup.py.orig        2019-11-06 19:41:21.000000000 +0100
++++ astroid-2.3.3/setup.py     2020-03-29 08:34:25.522049686 +0200
+@@ -39,7 +39,7 @@
+         author=author,
+         author_email=author_email,
+         url=web,
+-        python_requires=">=3.5.*",
++        python_requires=">=3.5.0",
+         install_requires=install_requires,
+         extras_require=extras_require,
+         packages=find_packages(exclude=["astroid.tests"]) + ["astroid.brain"],
This page took 0.057343 seconds and 4 git commands to generate.