diff --git a/python-python-dotenv.changes b/python-python-dotenv.changes index 64fc9e5..aa3b70e 100644 --- a/python-python-dotenv.changes +++ b/python-python-dotenv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 26 01:56:00 UTC 2023 - John Vandenberg + +- Remove duplicate sle15_python_module_pythons + ------------------------------------------------------------------- Fri Apr 21 12:32:14 UTC 2023 - Dirk Müller diff --git a/python-python-dotenv.spec b/python-python-dotenv.spec index 6183f5a..6141a51 100644 --- a/python-python-dotenv.spec +++ b/python-python-dotenv.spec @@ -16,7 +16,6 @@ # -%{?sle15_python_module_pythons} %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-python-dotenv @@ -43,7 +42,7 @@ BuildArch: noarch %python_subpackages %description -Add .env support to your Fjango/Flask apps in development and deployments. +Add .env support to your Django/Flask apps in development and deployments. %prep %setup -q -n python-dotenv-%{version} @@ -81,6 +80,7 @@ mv %{buildroot}%{_bindir}/dotenv.orig %{buildroot}%{_bindir}/dotenv %doc README.md %license LICENSE %python_alternative %{_bindir}/dotenv -%{python_sitelib}/* +%{python_sitelib}/dotenv/ +%{python_sitelib}/python_dotenv*/ %changelog