diff --git a/python-docker-compose.changes b/python-docker-compose.changes index 99fb915..d9a6aef 100644 --- a/python-docker-compose.changes +++ b/python-docker-compose.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 21 08:53:57 UTC 2020 - Tomáš Chvátal + +- Don't pull dotenv package which does not exist on runtime + ------------------------------------------------------------------- Thu Apr 2 12:49:50 UTC 2020 - Marketa Calabkova diff --git a/python-docker-compose.spec b/python-docker-compose.spec index eaedc65..9b2029d 100644 --- a/python-docker-compose.spec +++ b/python-docker-compose.spec @@ -17,12 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%if 0%{suse_version} > 1500 -%bcond_with python2 -%define skip_python2 1 -%else %bcond_without python2 -%endif Name: python-docker-compose Version: 1.25.4 Release: 0 @@ -54,7 +49,6 @@ Requires: python-docker >= 3.7.0 Requires: python-docker-pycreds >= 0.3.0 Requires: python-dockerpty >= 0.4.1 Requires: python-docopt >= 0.6.2 -Requires: python-dotenv >= 0.10.5 Requires: python-idna >= 2.5 Requires: python-jsonschema >= 2.6.0 Requires: python-requests >= 2.20.0