Skip to content

Commit 2db0579

Browse files
committed
Changes for building fakeredis
1 parent 7c96078 commit 2db0579

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/rpm_templates/fakeredis.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ License: BSD-3-Clause
1010
URL: https://github.com/cunla/fakeredis-py
1111
Source: %{{name}}-%{{version}}.tar.gz
1212
BuildArch: noarch
13-
BuildRequires: python3-devel, python3-poetry-core, python3-tox-current-env
13+
BuildRequires: python3-devel, python3-hatchling, python3-pip, python3-tox-current-env
1414

1515
%description
1616
Fake implementation of redis API (redis-py) for testing purposes

l2tdevtools/lib/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
# The default Fedora distribution
6-
DEFAULT_FEDORA_DISTRIBUTION = '39'
6+
DEFAULT_FEDORA_DISTRIBUTION = '41'
77

88
# The default Ubuntu distribution
99
DEFAULT_UBUNTU_DISTRIBUTION = 'noble'

0 commit comments

Comments
 (0)