]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Changing package dependency to python-passlib to a recomendation
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Jan 2023 16:56:36 +0000 (17:56 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Jan 2023 16:56:36 +0000 (17:56 +0100)
template.spec

index 07d4b23bd09a48ebabeccd31804e4be1b451b6ed..163e8f909212b8147f8ece07e39404ce56ee105d 100644 (file)
@@ -29,7 +29,6 @@ Requires:       python@@@py_version_nodot@@@
 Requires:       python@@@py_version_nodot@@@-libs
 Requires:       python@@@py_version_nodot@@@-babel
 Requires:       python@@@py_version_nodot@@@-ldap3
-Requires:       python@@@py_version_nodot@@@-passlib
 Requires:       python@@@py_version_nodot@@@-psutil
 Requires:       python@@@py_version_nodot@@@-pytz
 Requires:       python@@@py_version_nodot@@@-requests
@@ -37,6 +36,7 @@ Requires:       python@@@py_version_nodot@@@-six
 Requires:       python@@@py_version_nodot@@@-fb-logging
 Requires:       python@@@py_version_nodot@@@-fb-tools >= 2.1.0
 Requires:       python@@@py_version_nodot@@@-fb-pdnstools
+Recommends:    python@@@py_version_nodot@@@-passlib
 BuildArch:      noarch
 
 %description