From 1a7f55f91af91c010458f9cf1559291f1053e076 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 19 2019 07:36:09 +0000 Subject: Add missing dependencies on lockfile and pip --- diff --git a/poetry.spec b/poetry.spec index 6e16538..3ec7adc 100644 --- a/poetry.spec +++ b/poetry.spec @@ -9,7 +9,7 @@ projects, ensuring you have the right stack everywhere.} Name: %{pypi_name} Summary: Python dependency management and packaging made easy Version: 0.12.17 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://poetry.eustace.io/ @@ -34,6 +34,11 @@ Requires: python3-%{pypi_name} = %{version}-%{release} %package -n python3-%{pypi_name} Summary: %{summary} + +# https://bugzilla.redhat.com/show_bug.cgi?id=1743006 +Requires: python3dist(lockfile) +Requires: python3dist(pip) + %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} %{common_description} @@ -67,6 +72,9 @@ Summary: %{summary} %changelog +* Mon Aug 19 2019 Miro Hrončok - 0.12.17-2 +- Add missing dependencies on lockfile and pip + * Sat Aug 10 2019 Fabio Valentini - 0.12.17-1 - Update to version 0.12.17.