Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions rpm/python3-bashlex.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Name: python3-bashlex
Summary: Python parser for bash
Version: bashlex
Release: 0.14
Release: 0.18
License: GPLv3
Group: Development/Languages
URL: https://github.com/idank/bashlex.git
Source0: %{name}-%{version}.tar.bz2
BuildRequires: python3-devel
Expand All @@ -20,7 +19,6 @@ python3 -c 'import bashlex'
%py3_build

%install
rm -rf %{buildroot}
%py3_install

%files
Expand Down