All dependencies resovled for powerline_shell packages

This commit is contained in:
2019-02-03 12:47:28 +01:00
parent 708f86cd02
commit 7c27f2c838
4 changed files with 128 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Name: powerline_shell
Version: 0.7.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A beautiful and useful prompt generator for Bash, ZSH, Fish, and tcsh
License: MIT
@@ -12,9 +12,11 @@ Source0: powerline_shell.tar.gz
BuildRequires: python%{pyvers} powerline
BuildRequires: python%{pyvers}-GitPython
BuildRequires: python%{pyvers}-setuptools
Requires: python%{pyvers} powerline bash
Requires: python%{pyvers}-GitPython
Requires: python%{pyvers}-argparse
Requires: python%{pyvers}-setuptools
%description
A beautiful and useful prompt generator for Bash, ZSH, Fish, and tcsh:
@@ -55,6 +57,9 @@ The generated prompts are designed to resemble powerline, but otherwise this pro
%changelog
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Dependency added for pythonX-setuptools rpm.
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Dependency added for pythonX-argparse rpm.

View File

@@ -3,7 +3,7 @@
%global oname argparse
Summary: Optparse inspired command line parser for Python
Name: python-argparse
Name: python3-argparse
Version: 1.4.0
Release: 1%{?dist}
License: Python