From 45dffd481d378ba0786c11048be66302ccfade65 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 7 Oct 2025 19:15:02 -0700 Subject: [PATCH] fix(copyparty): don't dep on python3 (#6697) (#6702) (cherry picked from commit b12d5f31c15fb4bfba2201139819a940ce5da1b6) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/copyparty/copyparty.spec | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/anda/tools/copyparty/copyparty.spec b/anda/tools/copyparty/copyparty.spec index 0d9d3e91dc..71f706077e 100644 --- a/anda/tools/copyparty/copyparty.spec +++ b/anda/tools/copyparty/copyparty.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 1.19.16 -Release: 1%?dist +Release: 2%?dist Summary: Portable, featureful, and fast file server URL: https://github.com/9001/copyparty Source0: %{pypi_source} @@ -12,7 +12,6 @@ BuildRequires: anda-srpm-macros BuildRequires: python3-devel python3-pip pyproject-rpm-macros BuildRequires: python3dist(wheel) python3dist(build) python3dist(jinja2) BuildRequires: python3dist(setuptools) python3dist(installer) -Requires: python3 Requires: python3-%{name} = %{evr} Suggests: ffmpeg python3dist(fuse) BuildArch: noarch @@ -20,8 +19,7 @@ Packager: Riley Loo %description Portable file server with accelerated resumable uploads, dedup, WebDAV, -FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no -(runtime) deps (other than Python itself) +FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps. %package -n python3-%{pypi_name} Requires: python3 @@ -29,10 +27,8 @@ Summary: %{summary} Requires: %{name} = %{evr} %description -n python3-%{pypi_name} - Portable file server with accelerated resumable uploads, dedup, WebDAV, -FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no -(runtime) deps (other than Python itself) +FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no deps. %prep %autosetup -n copyparty-%version @@ -53,8 +49,6 @@ FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file, no %files -n python3-%{pypi_name} %{python3_sitelib}/%{pypi_name}* - %changelog - * Mon Jul 28 2025 Riley Loo - Initial package