Skip to content

Commit

Permalink
python-bareos: requires from 2.7 to 3.6 (RHEL7)
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Jan 25, 2024
1 parent cc65d3a commit 7b4ccc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python-bareos/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/python
#
# BAREOS - Backup Archiving REcovery Open Sourced
#
# Copyright (C) 2019-2024 Bareos GmbH & Co. KG
Expand Down Expand Up @@ -61,7 +62,8 @@ def get_version():
description="Client library and tools for Bareos console access.",
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
python_requires=">=2.7",
# RHEL7: python-3.6
python_requires=">=3.6",
extras_require={"TLS-PSK": ["sslpsk"], "configfile": ["configargparse"]},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 7b4ccc1

Please sign in to comment.