All dependencies resovled for powerline_shell packages
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user