]> git.sev.monster Git - aports.git/blame - testing/web2ldap/fix-python_requires.patch
testing/mympd: upgrade to 18.1.2
[aports.git] / testing / web2ldap / fix-python_requires.patch
CommitLineData
2dad78a3 1--- a/setup.py
2+++ b/setup.py
3@@ -53,7 +53,7 @@
4 packages=find_packages(exclude=['tests']),
5 package_dir={'': '.'},
6 test_suite='tests',
7- python_requires='>=3.6.*',
8+ python_requires='>=3.6',
9 include_package_data=True,
10 data_files=DATA_FILES,
11 install_requires=[
This page took 0.045113 seconds and 4 git commands to generate.