From aaea5f5bb98739039b35a2713056b525d5f4e192678c98375f5d4e222308328e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 21 Apr 2020 08:54:26 +0000 Subject: [PATCH] - Don't pull dotenv package which does not exist on runtime OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker-compose?expand=0&rev=22 --- python-docker-compose.changes | 5 +++++ python-docker-compose.spec | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) 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