Skip to content

Commit

Permalink
Changes for building fakeredis, Flor, pyparsing and xattr rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Mar 3, 2024
1 parent f6884da commit a34d120
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/projects.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ dpkg_build_dependencies: flit
build_system: flit
dpkg_name: python-pyparsing
dpkg_template_install_python3: python3-pyparsing.install
rpm_build_dependencies: python3-flit-core
rpm_build_dependencies: python3-flit-core,python3-pip
rpm_template_spec: pyparsing.spec
maintainer: Paul McGuire <[email protected]>
homepage_url: https://pyparsing-docs.readthedocs.io/en/latest
Expand Down
4 changes: 2 additions & 2 deletions data/rpm_templates/fakeredis.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Fake implementation of redis API (redis-py) for testing purposes
%prep
%autosetup -p1 -n %{{name}}-%{{version}}

%generate_buildrequires
%pyproject_buildrequires -t
# %generate_buildrequires
# %pyproject_buildrequires -t

%build
%pyproject_wheel
Expand Down
2 changes: 1 addition & 1 deletion data/rpm_templates/pyparsing.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Url: https://github.com/pyparsing/pyparsing/
Vendor: Paul McGuire <[email protected]>
Source0: %{{name}}-%{{version}}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel, python3-flit-core, python3-setuptools
BuildRequires: python3-devel, python3-flit-core, python3-pip, python3-setuptools

%description
The parsing module is an alternative approach to creating
Expand Down

0 comments on commit a34d120

Please sign in to comment.