File 0001-Revert-add-versions-for-dependencies-and-drop-python.patch of Package python-pyrad

From: Peter Lemenkov <lemenkov@gmail.com>
Date: Tue, 23 Jul 2024 23:39:36 +0200
Subject: [PATCH] Revert "add versions for dependencies and drop python 3.5"

This reverts commit 979be523e58ef3accd494722ac24ee223283ceb9.

diff --git a/pyproject.toml b/pyproject.toml
index 87b1df3..ec80842 100755
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,8 +18,8 @@ classifiers = [
     "Intended Audience :: Developers",
     "License :: OSI Approved :: BSD License",
     "Programming Language :: Python :: 2.7",
+    "Programming Language :: Python :: 3.4",
     "Programming Language :: Python :: 3.6",
-    "Programming Language :: Python :: 3.7",
     "Programming Language :: Python :: 3.8",
     "Topic :: Software Development :: Libraries :: Python Modules",
     "Topic :: System :: Systems Administration :: Authentication/Directory",
@@ -33,8 +33,8 @@ repository = "https://github.com/pyradius/pyrad"
 
 [tool.poetry.dependencies]
 python = "^2.7 || ^3.6"
-six = "^1.15.0"
-netaddr = "^0.8"
+six = "*"
+netaddr = "*"
 
 [tool.poetry.dev-dependencies]
 nose = "^0.10.0b1"