From 2a11dffd53c69377810909d3e1007c7072aca6ff Mon Sep 17 00:00:00 2001 From: Luna Date: Tue, 21 May 2024 17:04:21 +0530 Subject: [PATCH] autosetup without version --- python3-tox-current-env.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-tox-current-env.spec b/python3-tox-current-env.spec index d2103cc..efb9db4 100644 --- a/python3-tox-current-env.spec +++ b/python3-tox-current-env.spec @@ -42,7 +42,7 @@ BuildArch: noarch Use current environment instead of virtualenv for tox testenvs %prep -%autosetup -p1 -n tox-current-env-%{version} +%autosetup -p1 -n tox-current-env %build %pyproject_wheel